wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Tags

Total questions: 14

Worksheet time: 6mins

Name
Class
Date
1.
Choose the correct answer.
a)
</p>
b)
:p
c)
p:
d)
<p>
2.
Choose the correct answer.
a)
<h2>
b)
<h1>
c)
<h6>
d)
<h3>
3.
Choose the correct answer.
a)
DOCTYPE
b)
<html>element
c)
<body>element
d)
all of the above
4.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
5.
The HTML document itself begins with .......... and ends with ............
Fill in the blanks.
a)
<html></html>
b)
<head></head>
c)
<title></title>
d)
<body></body>
6.
What is the meaning of <p>?
a)
Starts a paragraph
b)
Starts a text
c)
Starts a body
d)
Starts a number
7.
"Forces a line break here"
From the text above, What is the command tag?
a)
<br>
b)
<hr>
c)
<p>
d)
<ul>
8.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>
9.
What is the second tag that you put in a html document?
a)
<head>
b)
<header>
c)
<title>
d)
<!DOCTYPE html>
10.
In a basic web page, what is the third tag that you might put in a html document?
a)
<title>
b)
<header>
c)
<!DOCTYPE html>
d)
<html>
11.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<footer>
d)
<title>
12.
Which of the following tags are the last tag on a html document
a)
<end>
b)
</body>
c)
</footer>
d)
</html>
13.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
14.
The <head> tag comes after the <body> tag - true or false?
a)
True
b)
False