wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML GAME

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What type of language can html be categorized?

a)

Markup language

b)

Scripting language

c)

Programming language

d)

Universal language

2.

Which is NOT true about html?

a)

HTML is the standard markup language for Web pages.

b)

With HTML you can create your own Website.

c)

HTML is easy to learn - You will enjoy it!

d)

HTML is all known as search engine.

3.

What does html stand for?

a)

Hyper Text Machine Language

b)

Hyperlink Text Markup Language

c)

Hyper Text Markup Language

d)

Hyperlink Text Machine Language

4.

This main tag is the root element of an HTML page

a)

<html>

b)

<head>

c)

<title>

d)

<body>

5.

This main tag contains meta information about the HTML page

a)

<html>

b)

<head>

c)

<title>

d)

<body>

6.

This main tag specifies a title for the HTML page.

a)

<html>

b)

<head>

c)

<title>

d)

<body>

7.

defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

a)

<html>

b)

<head>

c)

<title>

d)

<body>

8.

It defines the largest heading

a)

<h7>

b)

<h6>

c)

<h10>

d)

<h1>

9.

It defines a paragraph

a)

<b>

b)

<paragraph>

c)

<p>

d)

<h1>

10.

Which is NOT an empty tag/unpaired tag?

a)

<img>

b)

<hr>

c)

<br>

d)

<p>