wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Tags for Beginners

Total questions: 23

Worksheet time: 8mins

Name
Class
Date
1.

Correct tag for Paragraph

a)

<p>

b)

<p>.......</p>

c)

p

2.

Correct HTML extension to save file

a)

html;

b)

.html

c)

html.

3.

Correct tag for title

a)

<title>.......</title>

b)

<title>.......<title>

c)

<title>

4.

Correct tag for body

a)

<body>

b)

<body>....</body>

c)

body

5.

Correct tag for html

a)

<html>

b)

<html>.....<html>

c)

<html>.....</html>

6.

Correct tag for inserting image

a)

<img src=”(your image URL here)”>

b)

<img>

c)

<img src=”(your image URL here)”>.....<img>

7.

Basic pattern for HTML

a)

<tag>.......</tag>

b)

<tag>.......<tag>

c)

<tag>

8.

Correct tag for empty tag

a)

<tag>

b)

</tag>

c)

<tag/>

9.

There are (a)   headings in HTML

10.

The tag used to connect two words that should always be seen together in the same line.

a)

&nbsp;

b)

&nbsp,

c)

&nbsp:

11.

Keep the FILO rule in mind – FILO stands for?

a)

First In Last Off

b)

First In Last Out

c)

First In Last On

12.

Correct tag for unordered list

a)

<ul>.........</ul>

b)

<ul>.........<ul>

c)

<ul>

13.

Correct tag for definition list

a)

<dl>......</dl>

b)

<dl>......<dl>

c)

<dl>

14.

Appropriate tags for Horizontal Rule

a)

<hr/>

b)

<hr>

c)

<hr>......</hr>

15.

Correct tag for External Link

a)

<a href="url">link text</a>

b)

<a href="url">link text

c)

<a href="url">

16.

Correct tag for Internal Link

a)

<a href= #lesson1.html>This is the link for Lesson1</a>

b)

<a href="#lesson1.html">This is the link for Lesson1</a>

c)

<a href="#lesson1.html">This is the link for Lesson1

17.

Correct tag for Image as Link

a)

<a href=“image link address">This is image external link for Corona picture</a>

b)

<a href= index.html >tfilogo.gif</a>

c)

<a href= index.html >tfilogo.gif

18.

Correct tags for bold face

a)

<b>....</b>

b)

<strong>....</strong>

c)

<bold>.....</bold>

19.

Correct tags for italicize font face

a)

<i>.....</i>

b)

<em>.....</em>

c)

<italicize>....</italicize>

20.

Appropriate tags for line break

a)

<br>

b)

<br/>

c)

<br>.....</br>

21.

Correct HTML tag to change background color

a)

<body bgcolor="colorname">

b)

<body bgcolor=colorname>

c)

<body bgcolor="colorname">,

22.

"href" in link address refers to?

a)

hypertext reference

b)

horizontal reference

c)

height reference

23.

HTML stands for?

a)

Horizontaltext Markup Language

b)

Hypertext Markup Language

c)

Hypetext Markup Language