Which of the following DTD statement indicates that an ELEMENT-04208
Which of the following DTD statement indicates that an ELEMENT can contain any combination of parsable data?
This multiple choice question (MCQ) is related to the book/course
vu cs311 Introduction to Web Services Development.
It can also be found in
vu cs311 Final Term - Quiz No.2.
Which of the following DTD statement indicates that an ELEMENT can contain any combination of parsable data?
<!ELEMENT element-name EMPTY>
<!ELEMENT element-name ANY>
<!ELEMENT element-name (#PCDATA)>
None of the given