wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML QUIZ

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

High Transfer Machine Language

c)

Hyperlink and Text Management Language

d)

None of these

2.

Which tag is used to insert a video?

a)

<vid>

b)

<video>

c)

<movie>

d)

<media>

3.

What is the use of the <span> tag?

a)

To group inline elements

b)

To insert a paragraph

c)

To make text bold

d)

To Un-group inline elements

4.

Which attribute is used to specify the image source?

a)

alt

b)

href

c)

src

d)

link

5.

The <hr> tag is used for:

a)

used for creating a horizontal line.

b)

used for creating a text link.

c)

used for adding a vertical line.

d)

used for inserting an image.

6.

What is the use of the <title> tag?

a)

To display the main heading

b)

To set the title of the web page

c)

To make text bold

d)

To add a footer

7.

HTML comments start with:

a)

//

b)

/*

c)

<!--

d)

#

8.

The <body> tag is used to:

a)

Display metadata

b)

Display the main content of the page

c)

Create a header

d)

Define CSS styles

9.

What is the correct HTML for adding a background color?

a)

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

b)

<body bg="yellow">

c)

<background>yellow</background>

d)

<body bg:yellow >  

10.

The <head> tag contains:

a)

Body

b)

Title, metadata, and links to scripts/styles

c)

Paragraphs

d)

Main content

11.

What does the <link> tag do?

a)

Adds an image

b)

Defines metadata

c)

Creates a hyperlink

d)

Links external files like CSS

12.

Who is making the Web standards?

a)

Google

b)

The World Wide Web Consortium

c)

Microsoft

d)

Mozilla

13.

Which tag is used to display a checkbox?

a)

<input checkbox>

b)

<checkbox>

c)

<input type="checkbox">

d)

<option>

14.

The default alignment of text in HTML is:

a)

Right

b)

Center

c)

Left

d)

Justify

15.

Choose the correct HTML element to define important text?

a)


<important>  

b)

<strong>

c)

<i>

d)

<b>

17.

What is the correct HTML for inserting an image?

a)


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

b)

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

c)

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

d)

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

18.

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

a)

There is no such thing as an <iframe>  

b)

True 

c)

False

d)

None

19.

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

a)

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

b)

<a href="url" new tab>

c)

<a href="url" new>

d)

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

20.

Which doctype is correct for HTML5?

a)

<!DOCTYPE html> 

b)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN" "http://www.w3.org/TR/html5/strict.dtd">

c)

<!DOCTYPE HTML5>

d)

None

21.

In HTML, you can embed SVG elements directly into an HTML page.

a)


True

b)

False

22.

Which input type defines a slider control?

a)

slider 

b)

search

c)

range  

d)

controls

23.

In HTML, what does the <aside> element define?

a)

The ASCII character-set; to send information between computers on the Internet  

b)

Content aside from the page content

c)

A navigation list to be shown at the left side of the page

24.

Graphics defined by SVG is in which format?

a)


XML  

b)

HTML

c)

CSS

25.

Inline elements are normally displayed without starting a new line

a)


True

b)


False