wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

Fill in the blank to create an opening html tag:

< (a)   >

2.

Create an valid HTML document:

<____>

<head><_____>

</html>

a)

</html>

<head>

b)

<html>

</head>

c)

</head>

<html>

d)

<head>

</html>

3.

What is the correct arrangement to

create a basic HTML document structure:

a)

<html>

<head></head>

<body

</body>

</html>

b)

<html>

<head></head>

</body>

<body>

</html>

c)

<html>

</head><head>

<body>

</body>

</html>

d)

<html>

</head><head>

</body>

<body>

</html>

4.

What type of editor is used to edit to HTML code?

a)

Note Editor

b)

Text Editor

c)

Note Files

d)

Text Files

5.

What is the correct extension for HTML files?

a)

.css

b)

.html

c)

.exe

d)

.txt

6.

Where should you put the title tag?

a)

Between the head tags

b)

Between the body tags

c)

Before the

html tag

d)

After closing the html tag

7.

What is HTML?

a)

Programming

Language

b)

Hypertext

Library

c)

Scripting

Language

d)

Markup

Language

8.

Of which main part does the HTML file consist of?

a)

Hands & Feet

b)

Header & Footer

c)

Head & Body

d)

Eyes & Mouth

9.

Which tags contain the visual part of the web page?

a)

<title>

b)

<head>

c)

<header>

d)

<body>

10.

What does a markup language use to identify content?

a)

Functions

b)

Script

c)

Tags

d)

Commands