wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Basic

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

The <head> element must be located inside

a)

the <body> element

b)

the <html> element

2.

What does HTML stand for?

a)

Hyperlinks and Text Markup Language

b)

Home Tool Markup Language

c)

Hyper Text Markup Language

3.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h3>

c)

<h4>

d)

<h1>

4.

What is the correct HTML tag for adding a background color?

a)

<body bgcolor="yellow">

b)

<body background="yellow">

5.

<h6> is the smallest heading tag

a)

True

b)

False

6.

Choose the correct HTML element to define bold text

a)

<i>

b)

<h2>

c)

<b>

7.

Which character is used to indicate a closing tag?

a)

<

b)

?

c)

&

d)

/

8.

Which HTML element defines the title of a document?

a)

<meta>

b)

<title>

c)

<head>

9.

Choose the correct HTML element to define an italic text

a)

<h1>

b)

<i>

c)

<p>

10.

which of the text editors can be used for writing html?

a)

Google

b)

Sublime

c)

Word document

d)

Notepad