wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Basic HTML Tags I

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>
2.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<footer>
d)
<title>
3.

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

a)

</end>

b)

</body>

c)

</footer>

d)

</html>

4.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
5.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
6.

Which of the following tags would create the largest heading?

a)

h2

b)

h3

c)

h4

d)

h6

7.

HTML uses _____ to organize information.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

8.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
9.

The ____ tag creates a paragraph.

a)

<pr>

b)

<p>

c)

<para>

d)

<par>

10.

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

a)

*

b)

<

c)

/

d)

^

11.

Which tags should not be inside the <head> of a webpage?

a)

<h1>

b)

<p>

c)

<title>

d)

<body>

e)

<html>