Topics: » ASP » HTML » Stylesheets » JavaScript » PHP » Flash » More...
Site: » Forum » About
HTML Quiz
Think your know your HTML? Take our quick 10 question quiz to find out. Its powered by JavaScript and graded as you go along so make sure your using a browser that supports JavaScript.
JavaScript is disabled. Get Netscape 3.0 or turn it on!
Hyper Text Mega Language Hierarchy Text Markup Language Hyper Text Making Language Hyper Text Markup Language
2. Which of these is correct for an image tag?
<img location="image.gif"> <img>image.gif</image> <img src="image.gif"> <image location="image.gif">
3. You should always start a HTML page with
a doctype tag <html> <!document="html"> a head tag
4. The latest standard from WC3 is
HTML 4.11 XHTML 1.0 HTML 1.0 None
5. Which of these is formatted correctly
<font color=#FFFFF"><b>Hello</front></b> <font color=#FFFFF"><b>Hello</b></front> <fontcolor="#FFFFF"><b>Hello</front></b> <font color=#FFFFFF"><b>Hello</b></front>