XHTML Quiz 1
Tests knowledge of XHTML fundamentals including syntax rules, DTD, validation, and comparison with HTML.
Questions
Question 1 Multiple Choice (Single Answer)
What does the term XHTML stand for?
- X-function of HTML
- Ex Hyper Text Markup Language
- Extensible Hypertext Markup Language
- Extensible Hype Manditory Learning
Question 2 Multiple Choice (Single Answer)
What is the DTD?
- A method tied to an object
- A Detrimental Transitional Development
- The Document Type Declaration
- The Difinitive Type Definition
Question 3 Multiple Choice (Single Answer)
Which of the statments are true?
- XHTML and SGML are both subsets of HTML
- XHTML is a subset of SGML
- SGML is a subset of XHTML
- SGML is a simplified version of XHTML
Question 4 Multiple Choice (Single Answer)
Which of the statements are false?
- XHTML documents are not parsed in the browser before display
- XHTML is parsed with a DTD
- The Doctype Declaration indicates to the parser which DTD to use
- XHTML syntax needs to be well formed
Question 5 Multiple Choice (Single Answer)
What statement makes the most sense?
- XHTML is more advanced than HTML
- HTML and XHTML are both the same language
- XML and XHTML are written in the same mannor
- HTML will load faster than XHTML in most cases
Question 6 Multiple Choice (Single Answer)
Which statment makes the least sense?
- HTML will still be the choice of most professional web developers for many years to come
- XHTML will replace most of the HTML pages on the internet
- XHTML is a replacement for HTML
- HTML causes a lot of problems on the internet in it current form
Question 7 Multiple Choice (Single Answer)
XHTML will work best if it is Validated ?
- It is not always best to validate XHTML
- The statment is false
- This is a true statement
- XHTML is not validated
Question 8 Multiple Choice (Single Answer)
For XHTML to function properly?
- The code should be written in uppercase letters
- The XHTML document should be valid and well formed
- All end tags should be left open
- You require a special type of browser
Question 9 Multiple Choice (Single Answer)
In writing XHTML ?
- The opening and closing tags should start and end with XHTML
- The end tags of the img tag should be left open
- Uppercase letters should not be used between the opening and closing tags
- The Doctype Declaration should have a closing tag simular to the img tag or the meta tag
Question 10 Multiple Choice (Single Answer)
In writing XHTML?
- Attributes do not have quotes for their values
- All attributes values require quotes
- All values require attributes
Question 11 Multiple Choice (Single Answer)
What is the correct XHTML for a paragraph?
- <P></p>
- <P></P>
- <p></p>
- </p><p>
Question 12 Multiple Choice (Single Answer)
What is a correct XHTML tag for a line break?
-
- <break/>
-
-