XML uses the features of
HTML
XHTML
VML
SGML
Valid XML document means (most appropriate)
the document has root element
the document contains atleast one or more root element
the XML document has DTD associated with it & it complies with that DTD
Each element must nest inside any enclosing element property
Which of the following strings are a correct XML name?
_ my Element
my Element
# my Element
None of the above
CSS means:
Coloured system software
Combined style sheet
Coloured style sheet
Cascading style sheet
The comments are inserted to XML:
for fun
to add notes about document structure
to break a document in section
Both b and c
To link an XML document with a stylesheet
create XML document
create a separate CSS stylesheet for above XML file.
link the two files
All the above
An XML document has a logical structure and a ___________structure.
Physical
Virtual
Imaginary
Physical or Virtual
First generic markup language is:
ADML
ChessGML
InkML
Which of the following XML fragments are well-formed?
< ? xml ? >
< ? xml version = "1.0" ? >
< ? xml encoding = "JIS" ? >
< ? xml encoding = "JIS" version = "1.0" ? >
Which statement is true?
XML documents must have a root tag.
XML tags are case sensitive
XML elements must be properly nested
All the statement are true