wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
2.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
3.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
4.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
5.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
6.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
7.
Which tag defines a numbered list?
a)
OL
b)
UL
c)
LI
d)
NL
8.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
9.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
10.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
11.
Which allows you to change the font?
a)
font-type
b)
font
c)
font-family
d)
text-font
12.
Which code will make your background red?
a)
<body style=background-color:red;>
b)
<body style="background-color:yellow;">
c)
<body style="background-color:red;">
d)
<body colormybg="background-color:red;">
13.
HTML stands for?
a)
HammersTend To Mostly Lose
b)
HypoText Madeup Language
c)
HyperText Markup Langauge
14.
Which format usually works best for photos?
a)

JPEG

b)

DOC

c)

GIF

d)

WAV

15.
What does the <HTML> tag tell the browser
a)
that it is an HTML document
b)
defines the documents body
c)
that it contains all the head elements
16.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
17.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
18.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
19.

What does </HTML> do?

a)

Open the HTML page

b)

Reassign the HTML page

c)

Look into a HTML page

d)

Close the HTML page

20.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >  
d)
"  "
21.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document