Choose the correct HTML tag for the largest heading
What does HTML stand for?
What is the correct HTML for adding a background color?
What is the correct HTML for creating a hyperlink?
How can you create an e-mail link?
How can you open a link in a new browser window?
What XHTML code is "well-formed"?
Which of these tags are all <table> tags?
How can you make a list that lists the items with bullets?
What is the correct HTML for inserting an image?
Choose the correct HTML to left-align the content inside a tablecell
Is this correct XHTML?
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
<li>Milk</li>
</ul>
What is the most common XHTML DTD?
Which attribute replaces the name attribute for the following elements: a, applet, frame, iframe, img, and map?
All XHTML tags and attributes must be in lower case
Which elements are mandatory in an XHTML document?