wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Explore

Total questions: 24

Worksheet time: 12mins

Name
Class
Date
1.

A ________ is a software program to present and explore content on the World Wide Web.

a)

Word Processor

b)

Browser

c)

HTTP

d)

attribute

2.

<p> tag

a)

is a block element used to designate a paragraph.

b)

is an inline element used to create a new page.

c)

is a block element used to post a picture on a web page.

d)

is an inline element used to style with the color purple.

3.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
4.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
5.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
6.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hippo T-Rex Mascot Lemur

d)

Hipper Text Make Language

7.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

8.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

9.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

10.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

11.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

12.

What does this tag stand for? <b>

a)

bright

b)

big

c)

beautiful

d)

bold

13.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
14.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
15.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
16.
What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
17.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
18.
What is the correct HTML for creating a hyperlink?
a)
<a href="http://www.w3schools.com">W3Schools</a>
b)
<a url="http://www.w3schools.com">W3Schools.com</a>
c)
<a>http://www.w3schools.com</a>
d)
<a name="http://www.w3schools.com">W3Schools.com</a>
19.
<a>
a)
Defines an article tag
b)
Defines an HTML link
c)
Defines the link destination 
d)
Defines the area
20.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
21.
Which is the correct HTML element for underlining text?
a)
<ul>
b)
<uline>
c)
<u>
d)
<under>
22.

Everything visible on a web page goes between these two tags.

a)

<body> </body>

b)

<title> </title>

c)

<header> </header>

d)

None of the Above

23.
Which HTML element defines the title of a document?
a)
<title>
b)
<meta>
c)
<head>
24.
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
a)
alt
b)
title
c)
src
d)
longdesc