NEW
Font size
WorksheetsXML QUIZ III - B
Total questions: 21
Worksheet time: 8mins
Which statement is true?
XML tags are case sensitive
XML documents must have a root tag
XML elementss must be properly closed.
All of the above.
What is the correct syntax of the declaration which defines the XML version?
<xml version="1.0" />
<?xml version="1.0"?>
<?xml version="1.0" />
<?xml version="1.0" /
What does XML stand for?
eXtra Modern Link
eXtensible Markup Language
X-Markup Language
Example Markup Language
Which of the following strings are a correct XML name?
my Element
#myElement
_myElement
Which special character is NOT used in XML?
<
>
$
?
Which among the following is designed to display content on the web browser?
XML
Phyton
HTML
AJAX
Which is designed to store and transport data?
XML
Phyton
HTML
AJAX
Which of the following has tags that are predefined-they're defined by the developer?
XML
Phyton
HTML
AJAX
Which has a tags that are non-predefined?
XML
Phyton
HTML
AJAX
Is XML is a replacement for HTML?
TRUE
FALSE
XML is not a case sensitive type.
TRUE
FALSE
XML is being executed on a browser.
TRUE
FALSE
Which part of XML identifies the data and are used to store and organize the data?
XML Root
XML Declaration
XML Tags
XML
Is XML a Programming Language?
YES
NO
What part of XML Document does have the XML version?
XML Declaration
XML Tags
XML Root
XML
XML- tags is also called?
XML Declaration
XML Root
XML Document
XML-Nodes
An XML- tags is also called?
Element
Declaration
Tags
Children / Child
which is a techniques that enables dynamic website and application development through integration of programming and mark up languages?
Internal Programming
Integrative Programming
Internet Programming
Integrative Protocol
Which are the main features of XML?
Text data description
Human- and computer-friendly format
Handles data in a tree structure having one-and only one-root element
All mentioned above
Which is not a XML function?
Transport information
Style information
Store information
Structure information
Which Characters are illegal in XML elements?
" < "
"&"
Both A & B
None of the above
