wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the correct HTML for adding a background color?

a)

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

b)

<background>yellow</background>

c)

<body bg="yellow">

2.

Who is making the Web standards?

a)

Mozilla

b)

The World Wide Web Consortium

c)

Microsoft

d)

Google

3.

Choose the correct HTML element for the largest heading:

a)

h1

b)

h6

c)

heading

d)

head

4.

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

a)

<br>

b)

<break>

c)

<lb>

5.

What is the correct HTML for creating a hyperlink?

a)

<a name="http://www.w3schools.com">W3Schools.com</a>

b)

<a url="http://www.w3schools.com">W3Schools.com</a>

c)

<a>http://www.w3schools.com</a>

d)

<a href="http://www.w3schools.com">W3Schools</a>

6.

How can you make a numbered list?

a)

<ul>

b)

<dl>

c)

<ol>

d)

<list>

7.

What is the correct HTML for inserting an image?

a)

<img href="image.gif" alt="MyImage">

b)

<img src="image.gif" alt="MyImage">

c)

<image src="image.gif" alt="MyImage">

d)

<img alt="MyImage">image.gif</img>

8.

What is the correct HTML for inserting a background image?

a)

<background img="background.gif">

b)

<body bg="background.gif">

c)

<body style="background-image:url(background.gif)">

9.

HTML comments start with <!-- and end with -->

a)

True

b)

False

10.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

a)

src

b)

longdesc

c)

title

d)

alt