wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Part 1

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

HTML stands for...

a)

Hyper Text Markup Language

b)

High Tech Machine Language

c)

High Tech Modem Language

d)

Hyper Tech Markup Lexicon

2.

HTML coding involves using ____________ to create webpages.

a)

Tabs

b)

Tags

c)

Labels

d)

Quotes

3.

HTML tags are always surrounded by

a)

( )

b)

{ }

c)

< >

d)

" "

4.

Which character is used to indicate an end tag?

a)

*

b)

<

c)

/

d)

^

5.

Which of the listed heading tags creates the largest heading?

a)

h1

b)

h2

c)

h3

d)

h6

6.

A "Container Tag" in HTML has _________

a)

Only Ending Tag

b)

Only Starting Tag

c)

Both Starting and Ending Tag

d)

None

7.

An " Empty Tag" contains

a)

Break Tag

b)

Both Starting Tag and Ending Tag

c)

Only Starting Tag

d)

Only Ending Tag

8.

The <img> tag controls what?

a)

Insert an image

b)

Insert a video

c)

Insert a new line

d)

Insert a page break

9.

"WWW” is the abbreviation for which of the following?

a)

World Without Websites

b)

World Wide Web

c)

Workforce Wide Web

d)

World Wide Watch

10.

Which format usually works best for photos?

a)

JPEG

b)

DOC

c)

GIF

d)

WAV

11.

You should save HTML files with which file extension?

a)

.htm

b)

.index

c)

.webpage

d)

.html

12.

Name an element which doesn't have a closing tag.

a)

<img>

b)

<head>

c)

<body>

d)

<p>

13.

Which is the correct way to insert an image?

a)

<img="image.jpg"/>

b)

<img src="image.jpg">

c)

<image.jpg>

d)

<img src:image.jpg>

14.

The information to be displayed in the document must be inside which tag:

a)

<title>...</title>

b)

<img>

c)

<body>...</body>

d)

<br>

15.

What is an HTML element?

a)

The starting tag

b)

The ending tag

c)

The content between the tags

d)

Everything from start to end tag

16.

Which is the correct HTML element for inserting a line break?

a)

<b>

b)

<lb>

c)

<br>

d)

<break>

17.

What does the tag <p> indicate?

a)

ordered list

b)

unordered list

c)

paragraph

d)

break

18.

What is a tag?

a)

A piece of text to explain the code

b)

A useful but not essential extra piece of code

c)

Text that tells a web browser how to display a page

d)

Parts of the code that were added later

19.

<i>Hello, World!</i>

Which among the following is the correct option?

a)

(a) Hello, World!

b)

(b) Hello, World!

c)

(c) Hello, World!

d)

(d) Hello, World!

20.

<b>Hello, World!</b>

Which among the following is the correct option?

a)

(a) Hello, World!

b)

(b) Hello, World!

c)

(c) Hello, World!

d)

(d) Hello, World!