You are on page 1of 1

Full Name ____________________________

Period __________

Web Design Quiz Two (Basic HTML tags)


Circle the best answer(s) to each.
1.
Which of the following is not a HTML tag?
a.
<b>
b.
c.
<font>
d.

<underline>
<body>

2.

Circle all of the attributes of the font tag that are listed below.
a.
color
b.
size
c.
face
d.
bold

3.

Which of the following are the two parts of a HTML document?


a.
header and body
b.
head and body
c.
header and foot
d.
foot and body

4.

Which HTML tag below is not used to change the way text will be displayed?
a.
<b>
b.
<i>
c.
<u>
d.
None of these

5.

What is the biggest header size in a HTML document?


a.
1
b.
6
c.
7
d.
None of these

6.

What is the largest text size in a HTML document?


a.
1
b.
c.
7
d.

7.

6
None of these

Which of the following is not an attribute associated with <body> tag in a HTML document?
a.
color
b.
bgcolor
c.
text
d.
None of these

Correct the following HTML page by crossing out entire line and replacing with the correct line.
<html>
<head>
<title>
This is the title
<title/>
</head>
<body color = red>
<p align = right
This is the first paragraph. The alignment of its text should be on the right.
</p>
<p><font size = 2>
This is the second paragraph the font in this paragraph should be a different size
then the paragraph above.
</p>
</body>
<html>

You might also like