wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML quiz - Day 3

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

HTML is

a)

Scripting language

b)

Markup Language

c)

Programming Language

2.

HTML elements are made from

a)

opening, closing tag

b)

opening tag, content, closing tag

c)

closing tag

d)

DOM - Document Object Model

3.

How many types of heading does HTML contain?

a)

five

b)

two

c)

four

d)

six

4.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h6>

c)

<h1>

d)

<heading>

5.

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

a)

<lb>

b)

<break>

c)

<br>

d)

<hr>

6.

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

a)

<background>yellow</background>

b)

<body bg="red">

c)

<body style="background-color:yellow;">

7.

Choose the correct HTML element to define important text:

a)

<strong></strong>

b)

<important></important>

c)

<!jovan></jovan>

d)

<important></define>

8.

What is the correct HTML for creating a hyperlink for Robokids website?

a)

<a href="http://www.robokids.xyz">Robokids</a>

b)

<a>http://www.robokids.xyz</a>

c)

<a url="http://www.robokids.xyz">Robokids</a>

d)

<a name="http://www.robokids.xyz">Robokids</a>

9.

How can you open a link in a new tab/browser window?

a)

<a href="url" target="new">

b)

<a href="url" new>

c)

<a href="url" target="_blank">

10.

How can you make a ordered list?

a)

<ul>

b)

<dl>

c)

<list>

d)

<ol>