wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Basic HTML Tags I

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.

The ____ tag creates a paragraph.

a)

<pr>

b)

<p>

c)

<para>

d)

<par>

4.

Which character is used to create an end or closing tag?

a)

*

b)

<

c)

/

d)

^

5.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
6.

HTML uses _____ to organize information.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

7.

Which of the following is the last tag in an html document?

a)

</end>

b)

</body>

c)

</footer>

d)

</html>

8.

Which of the following tags would create the largest heading?

a)

h2

b)

h3

c)

h4

d)

h6

9.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>