wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

High Text Markup Language

c)

Hyperlink and Text Markup Language

d)

Hyper Text Markup Link

2.

Which tag is used to create a hyperlink in HTML?

a)

a

b)

Link

c)

href

d)

Icon

3.

What is the correct HTML element for the largest heading?

a)

h5

b)

h1

c)

h3

d)

h6
4.

Which HTML attribute is used to define inline styles?

a)

style

b)

styles

c)

class

d)

font

5.

What is the purpose of the title tag

a)

To set the title of the webpage

b)

To create a heading

c)

To add a footer

d)

To link to CSS

6.

Which HTML element is used to define an unordered list?

a)

  1. ol

b)

  • ul

c)

  • li

d)

Td

7.

What does the tag require to display an image?

a)

src attribute

b)

href attribute

c)

alt attribute

d)

link attribute

8.

Which of the following is a valid HTML color code?

a)

FF5733

b)

#FF5733

c)

RGB(255, 87, 51)

d)

Color(255, 87, 51)

9.

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

a)

<hr>

b)

<tr>

c)

<td>

d)


<br>

10.

Which tag is used to create a table in HTML?

a)

table

b)

tablet

c)

Td

d)

Tr

11.

What is the purpose of the head in an HTML document?

a)

To add images

b)

To create links

c)

To display content

d)

To contain metadata

12.

Which HTML element is used to define a paragraph?

a)

b

b)

p

c)

a

d)

img

13.

Which of the following is not a valid HTML tag?

a)

section

b)

Anchor

c)

table

d)

Tablet