wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML QUIZ

Total questions: 13

Worksheet time: 20mins

Name
Class
Date
1.

What do you call a document that can be accessed through the world wide web?

a)

Webpage

b)

Website

c)

Web browser

d)

Web search engine

2.

HTML stands for ?

a)

Hypertext Markup Language

b)

Hyperlink Markup Language

c)

Hypertext Mark Language

d)

Hyperfile Markup Language

3.

What will be the output for the following program?

<html>


<body>


<p>Hello SJPS</p>


</body>


</html>

a)

<Hello SJPS>

b)

Hello SJPS

c)

both are correct

4.

HTML tags are element names surrounded by __________.

a)

<angle brackets>

b)

(round brackets)

c)

[square brackets]

d)

(round brackets) and [square brackets]

5.

The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?

a)

<p>

b)

<p/>

c)

</p>

d)

</p/>

6.

The <p> element defines a ___________.

a)

title

b)

heading

c)

paragraph

d)

page content

7.

The _____ element defines a large heading

a)

<h2>

b)

<h1

c)

<h3>

d)

<h4>

8.

What goes in the <head> section?

a)

the title

b)

hair

c)

both are correct

d)

A brain

9.

Which symbol identifies a closing tag?

a)

<>

b)

/

c)

()

d)

\

10.

What size is <h6>?

a)

Largest size

b)

Smallest size

11.

Which tag is used to add an image to a webpage?

a)

<img>

b)

<image>

c)

<ima>

d)

<iag>

12.

Which is the correct opening and closing tag?

a)

Opening: </ >

Closing: < >

b)

Opening: < >

Closing: <- >

c)

Opening: < >

Closing: </ >

d)

Opening: < >

Closing: <= >

13.

What is the necessary part missing from this HTML skeleton to work?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head>

</head>

b)

<div>

</div>

c)

<img>

</img>

d)

<head>