Multichoice Quiz

There are 14 questions in this test.
(Only a correct response on the first attempt will increase your score.)

Question 1 What does XHTML stand for?
EXtensible HyperText Markup Language
EXtra Hyperlinks and Text Markup Language
EXtensible HyperText Marking Language
EXtreme HyperText Markup Language
  
Question 2 Which statement is true
XML and HTML will be replaced by XHTML
HTML will be replaced by XHTML
XML will be replaced by XHTML
all are false
  
Question 3 What is the correct XHTML for a paragraph?
</p><p>
<P></P>
<p></p>
<P></p>
  
Question 4 What is the correct XHTML for a line break?
<br />
<br/>
<br>
</br>
  
Question 5 What is the correct XHTML for a width attribute and its value?
width=80
WIDTH=80
width="80"
WIDTH="80"
  
Question 6 Which statement is most true
All elements in XHTML must be closed
All elements in XHTML must be well formed
All elements in XHTML must be closed and well formed
all are false
  
Question 7 Which elements are mandatory in an XHTML document?
doctype, html and body
doctype, html, head, body, and title
doctype, html, head, and body
css, html, head, body, and title
  
Question 8 What XHTML code is "well-formed"?
<p>A <b><i>short</i></b> paragraph
<p>A <b><i>short</i></b> paragraph</p>
<p>A <b><i>short</b></i> paragraph</p>
<p>A <b><i>short</i> paragraph</p>
  
Question 9 Which attribute replaces the name attribute?
None
The id attribute
The src attribute
The class attribute
  
Question 10 Is attribute minimization allowed in XHTML?
No
Yes, but only in style sheets
No, except for style sheets
Yes
  
Question 11 Do all XHTML documents require a doctype?
No
Yes
No, only if style sheets are used
Yes, but only if style sheets are used
  
Question 12 What are the different DTD's in XHTML?
Strict, Transitional, Loose
Strict, Transitional, Frameset
Strict, Transitional, Loose, Frameset
Strict, Transitional, Loose, CSS
  
Question 13 What is the most common XHTML DTD?
Loose
Normal
Frameset
Transitional
  
Question 14 Which doctype should be added to your XHTML document, if you use CSS in your document?
Loose
Transitional
Strict
Frameset