wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Tags Quiz

Total questions: 12

Worksheet time: 12mins

Name
Class
Date
1.

<!DOCTYPE html>

a)

Tells the computer that this is a document written in HTML

b)

Begins a heading

c)

Indicated the end of the main contents of a web page

d)

Begins a paragraph

2.

<html>

a)

begins a heading

b)

ends a paragraph

c)

contains all the main content of the web page

d)

indicates the beginning of your code written in html

3.

</html>

a)

ends a paragraph

b)

contains all the main content of a web page

c)

indicates the end of the html code

d)

begins a heading

4.

<body>

a)

Tells the computer that this is a document written in HTML

b)

begins a heading

c)

ends a paragraph

d)

contains all the main content of the web page

5.

</body>

a)

ends a paragraph

b)

ends a heading

c)

indicates the end of the main contents of the web page

d)

defines a paragraph

6.

<head>

a)

begins a heading

b)

begins a paragraph

c)

contains all the main content of a webpage

d)

contains information (sometimes called "metadata) about the webpage

7.

</head>

a)

contains all the main content of a web page

b)

begins a paragraph

c)

indicates the end of the web page information

d)

ends a heading

8.

<p>

a)

begins a heading

b)

ends a heading

c)

begins a paragraph

d)

ends a paragraph

9.

</p>

a)

begins a heading

b)

ends a heading

c)

begins a paragraph

d)

ends a paragraph

10.

<h>

a)

begins a heading

b)

ends a heading

c)

begins a paragraph

d)

ends a paragraph

11.

</h>

a)

begins a heading

b)

ends a heading

c)

begins a paragraph

d)

ends a paragraph

12.

When I am writing a heading, which one of the following will result in the BIGGEST text?

a)

<h6>

b)

<h1>

c)

<h4>

d)

<h3>