wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is HTML?

a)

how to be a web designer

b)

the language of the web

c)

the language of MacBooks

d)

all of the above

2.

What does every HTML tag begin and end with?

a)

()

b)

<>

c)

=

d)

:

3.

What does the closing tag have that the opening tag does not?

a)

=

b)

:

c)

;

d)

/

4.

What does the <html> tag do?

a)

gives information about our web page

b)

tells the browser which version of HTML we are using

c)

says everything in between the html tags is the actual content of our page

d)

contains metadata

5.

The _________________ tag contains the title of our web page, while the ________________ tag contains the actual content of our web page.

a)

<header>;<footer>

b)

<head>;<body>

c)

<title>;<content>

d)

<body>;<head>

6.

What is HTML formatting?

a)

the language of the web

b)

provides several tags that change the style of text on our web page

c)

the markup language

d)

an Google application

7.

What does the <b> tag do?

a)

creates a blank line on our web page

b)

creates a line break on our web page

c)

bolds the text on our web page

d)

highlights our text on our web page

8.

What does the <i> tag do?

a)

italicizes the text on our web page

b)

indents the text on our web page

c)

creates a paragraph on our web page

d)

none of these are correct

9.

_______________ makes your text on the resulting web page the smallest font size, while _________________ makes your text the largest.

a)

h1;h6

b)

h0;h7

c)

h6;h1

d)

h2;h8

10.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hosting Text Markup Language

c)

Hyper Texting Mac Language

d)

none of these are correct