1. HTML is a server-side language.
2. Which tag is used to indicate what version of HTML the web page is coded in?
<DOCTYPE>
<version>
<number>
<header>
3. What organization's web site is commonly used to validate an HTML web page?
Microsoft
W3C
Amazon
Google
www
4. An <h6> tag produces the largest heading font size, while an <h1> tag produces the smallest heading font size.
5. The <br> tag stands for what?
brown
bold red
break
brand
browser
6. Which of the following is an example of a closing HTML tag?
<p>
//p>
--end>
<p/>
</p>
6. What is the <ol> HTML tag used for?
organized list
ordered list
ordered library
organized letters
organized language
7. What is the <a> HTML tag used for?
Creating appendixes
Creating annotations
Creating APIs
Creating table rows
Creating hyperlinks
8. What are the two most common and essential attributes in an <IMG> tag?
height and width
size and location
href and src
src and alt
link and ref
9. http://www.google.com/ is an example of a relative address.