wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML quiz

Total questions: 19

Worksheet time: 10mins

Name
Class
Date
1.

What does HTML stand for?

a)

HTML Tool Markup Language

b)

Hyper Text Markup Language

c)

Hyperlinks and Text Markup Language

2.

Who is making the Web standards?

a)

Mozilla

b)

Google

c)

The World Wide Web Consortium

d)

Microsoft

3.

Choose the correct HTML element for the largest heading:

a)

<h6>

b)

<head>

c)

<heading>

d)

<h1>

4.

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

a)

<lb>

b)

<break>

c)

<br>

5.

What is the correct HTML for adding a background color?

a)

<background>red </background>

b)

<body bgcolor = ”yellow” ></body>

c)

<body bg = ”yellow”>

6.

Choose the correct HTML element to define italic text

a)

<b>

b)

<i>

c)

<u>

d)

<important>

7.

What is the correct HTML for creating a hyperlink?

a)

<a href="www.wikipedia.com">Wikipedia

</a>

b)

<a url="www.wikipedia.com">Wikipedia</a>

c)

<a name="www.wikipedia.com">Wiki<a>

8.

Which character is used to indicate an end tag?

a)

b)

  /

c)

d)

--

9.

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

a)

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

b)

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

c)

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

10.

Which of these elements are all <table> elements?

a)

<table><td><tr>

b)

<table><dt><dr>

c)

<table><tr><td>

11.

Inline elements are normally displayed without starting a new line.

a)

True

b)

False

12.

How can you make a numbered list?

a)

<ol>

b)

<ul>

c)

<list>

d)

<dl>

13.

How can you make a bulleted list?

a)

<dl>

b)

<ol>

c)

<ul>

d)

<list>

14.

What is the correct HTML for making a checkbox?

a)

<checkbox>

b)

<input type=”check”>

c)

<check>

d)

<input  type=”checkbox”>

15.

What is the correct HTML for making a drop-down list?

a)

<list>

b)

<select>

c)

<input type="list">

d)

<input type="dropdown"

>

16.

What is the correct HTML for making a text area?

a)

<input type=

"textarea">

b)

<textarea>

c)

<input type="textbox">

17.

What is the correct HTML for inserting an image?

a)

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

b)

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

c)

<img href="myimage.gif" alt=”MyImage”>

18.

 

An <iframe> is used to display a web page within a web page.

a)

False

b)

True

19.

Which HTML element defines the title of a document?

a)

<head>

b)

<meta>

c)

<title>