wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML-Start

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

Which of these tags is not one of the basic document tags every web page begins with?

a)

<html>

b)

<head>

c)

<title>

d)

<body>

e)

<h2>

2.

The <h1> tag marks what type of content?

a)

heading

b)

paragraph

c)

hyperlink

d)

unordered list

3.

The <p> tag marks what type of content?

a)

paragraph

b)

heading

c)

hyperlink

d)

picture

4.

Which tag is used to create a hyperlink on a web page?

a)

<a>

b)

<link>

c)

<hr>

d)

<img>

5.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

6.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

7.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

8.

What does this tag stand for? <b>

a)

bright

b)

big

c)

beautiful

d)

bold

9.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
10.
Which of the following is the largest heading? 
a)
h2
b)
h3
c)
h4
d)
h6
11.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
12.
HTML stands for...
a)
Hyper Text Markup Language
b)
High Tech Marking Language
c)
High Tech Modem Language
d)
Hyper Tech Markup Lexicon
13.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<para>
d)
<par>
14.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
15.
HTML attributes always appear where?
a)
In the opening tag
b)
In the closing tag
c)
Between the tags
d)
After the closing tag
16.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>