wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT - Elementary HTML

Total questions: 12

Worksheet time: 17mins

Name
Class
Date
1.

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

2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
Defines a paragraph
a)
<pr>
b)
<p>
c)
<para>
d)
<par>
4.

Which one is the correct HTML tag for underlining text?

a)

<ul>

b)

<uline>

c)

<u>

d)

<under>

5.

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>

6.

What will be the output of the following HTML code?

a)

Hey! Are you alright?

Hey! Are you alright?

b)

Hey! Are you alright

c)

Hey!

d)

Are you alright?

7.

What will be the output of the following HTML code?

a)

b)

c)

d)

8.

What will be the output of the following HTML code?

a)

Welcome to IPH

b)

Welcome to IPH

c)

Welcome to IPH

d)

Welcome to IPH

9.

Write down the output of the following HTML code?

4 lines
10.

What will be the output of the following HTML code?

4 lines
11.

Create unordered list of these 5 countries: Netherland, India, United States, Indonesia, and Singapore

(a)  

12.

Create unordered list of these 5 animals: Butterfly, Lion, Leopard, Snake, Whale

(a)