JavaDeploy
SiteMap
Perl 1
Perl 2
ASP
XML
DTD Basics
«Prev
Next»
XML Introduction
XML Explanation
Describe Markup Languages
Define XML Metalanguage
Metalanguage Relationships
Lmitations of HTML
XML Intelligence
Describing Intelligent Terms
XML Goals
Approaches using XML
XML Conclusion
Creating XML Documents
XML Document Rules
Well Formed XML
DTD Basics
Beyond Well Formedness
DTD Defined
DTD Creation Process
Element Type Declarations (L5)
Defining DTD - Quiz
Mixed Content Elements
XML Mixed Content
Referencing DTD Declarations (L7)
DTD XML File
File Declarations
DTD Checklist
Simple Complex DTD
XML Document - Quiz
Attributes Entities
Declaring Attributes - DTD
Defining Entities
XML Schemas
XML Parsers
Defining DTD XML - Quiz
Each question is worth one point. Please select the best answer or answers for each question.
1.
What does an XML DTD allow you to do?
Please select the best answer.
A.
Create meaningful document structure and apply it consistently.
B.
Define which elements will be used and how.
C.
Share information across documents.
D.
Create well-formed XML documents.
2.
Which of the following descriptions applies to a valid XML document?
Please select the best answer.
A.
It is well-formed.
B.
It conforms to a specified DTD.
C.
It has an xml declaration (?xml?) indicating the xml version.
D.
It has a root element.
3.
Which of the following characteristics is true of an element name in a DTD?
Please select the best answer.
A.
Begins with the letters "xml"
B.
Uses all lower-case letters
C.
Uses the colon character
D.
Begins with a letter