wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML introduction

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

HTML stands for ?

a)

Hypertext Markup Language

b)

Hyperlink Markup Language

c)

Hypertext Mark Language

d)

Hyperfile Markup Language

2.

There are ____ types of tag.

a)

3

b)

2

c)

1

d)

4

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 first tag in a pair is the start tag, the second tag is the __________.

a)

new tag

b)

end tag

c)

last tag

d)

old tag

6.

The _______ element contains meta information about the document

a)

<title>

b)

<body>

c)

<h1>

d)

<head>

7.

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/>

8.

The <p> element defines a ___________.

a)

title

b)

heading

c)

paragraph

d)

page content

9.

The _____ element defines a large heading

a)

<h2>

b)

<h1

c)

<h3>

d)

<h4>

10.

What is 'html' used for?

a)

to search websites

b)

to spellcheck web pages

c)

to create webpages

d)

to destroy viruses