wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 24

Worksheet time: 11mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.

Which tag is this: <body>

a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
3.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
4.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

5.

HTML uses

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

6.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

7.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

8.

the tag <img > would insert what into a web page?

a)
Insert a title
b)
Insert a link
c)
Insert an image
9.

Which format usually works best for photos?

a)

JPEG

b)

DOC

c)

TIFF

d)

WAV

10.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
11.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
12.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

13.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
14.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
15.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
16.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
17.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

18.

HTML tags are always surrounded by

a)

( )

b)

< >

c)

{ }

d)

" "

19.

What is the World Wide Web (WWW)

a)

Huge collection of Web Sites that we can access using the Internet.

b)

Youtube

c)

Downloading

d)

Multimedia (Sound, Video etc)

20.

Which of the below is not a html tag>

a)

<p>

b)

<html>

c)

fd

d)

<body>

21.

The tag <h1> is for?

a)

underlining

b)

Heading 1

c)

body

d)

Header

22.
Choose the correct answer.
a)
</p>
b)
:p
c)
p:
d)
<p>
23.
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
24.
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>