wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 25

Worksheet time: 10mins

Name
Class
Date
1.

Who invented HTML?

a)

Bill Gates

b)

Tim Berners-Lee

c)

Larry Page

d)

Charles Babbage

2.

What does HTML stand for?

(a)  

3.

What is the HTML filename extension?

(a)  

4.

Which is the latest version of HTML?

a)

HTML4

b)

HTML8

c)

HTML5

d)

HTML6

5.

Which heading level shows the most important heading?

a)

<h1>

b)

<h3>

c)

<h5>

d)

<h6>

6.

How do you add comments in HTML?

a)

<!--Write your comments here-->

b)

<comment>Write your comments here</comment>

c)

<!--Write your comments here--!>

d)

<!Write your comments here-->

7.

How do you insert a single line break in HTML?

a)

<br>

b)

<br />

c)

<line>

d)

<break>

8.

Which tag is used for subscript (xy) ?

a)

<sub>

b)

<subscript>

9.

What does <td> tag define?

a)

Table cell

b)

Table head

c)

Table body

d)

Table data

10.

Can a table contain an image or a link or another table?

a)

Yes

b)

No

11.

Which tag is used for quotations?

a)

<q>

b)

<blockquote>

c)

<quote>

d)

<cite>

12.

Which of these is the official logo of HTML?

a)
b)
c)
d)
13.

The <span> tag is a semantic element.

a)

True

b)

False

14.

Which of these is the correct way for inserting a hyperlink?

a)

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

b)

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

c)

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

d)

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

15.

Which attribute of <img> tag specifies the path to the image?

(a)  

16.

Which of these tags are used to create lists?

a)

<ul>

b)

<ol>

c)

<dl>

d)

<list>

17.

Which number/entity is used for entering a black club suit in HTML?

(a)  

18.

How do you insert this emoji in HTML?

(a)  

19.

Which of these are attributes of <meta> tag?

a)

charset

b)

content

c)

http-equiv

d)

name

e)

All of these

20.

What does &#8364; display?

a)

¢

b)

£

c)

¥

d)

21.

Which tag is used for representing italicized text?

a)

<i>

b)

<em>

c)

<italic>

22.

Which tag is used for bold text?

a)

<b>

b)

<strong>

c)

<bold>

23.

Which tag can insert a web page within a web page?

(a)  

24.

Which tag can insert computer code?

a)

<code>

b)

<kbd>

c)

<samp>

d)

All of these

25.

When was HTML's initial release?

a)

1986

b)

1932

c)

1993

d)

1977