Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to HTML

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

It is the standard markup language for creating Web pages.

a)

HTML (Hyper Text Markup Language)

b)

Javascript

c)

CSS (Cascading Style Sheets)

d)

HTML tags

2.

HTML tags are element names surrounded by __________.

a)

<angle brackets>

b)

(round brackets)

c)

[square brackets]

d)

(round brackets) and [square brackets]

3.

The start tag is also called the ____________, and the end tag the closing tag.

a)

start tag

b)

beginning tag

c)

new tag

d)

opening tag

4.

HTML tags normally come _________ like <p> and </p>

a)

in pairs

b)

in groups

c)

in one

d)

in single

5.
What is 'html' used for?
a)
to search websites
b)
to spellcheck web pages
c)
to create webpages
d)
to destroy viruses
6.

The correct sequence of HTML tags for starting a webpage is

a)

A.Head, Title, HTML, body

b)

B. HTML, Body, Title, Head

c)

C. HTML, Head, Title, Body

d)

D. HTML, Head, Title, Body

7.

An HTML program is saved by using the ____ extension.

a)

A. .ht

b)

B. .html

c)

C. .hml

d)

D. None of the above

8.

A program in HTML can be rendered and read by

a)

A. Web browser

b)

B. Server

c)

C. Interpreter

d)

D. None of the above

9.

To create HTML page, you need

a)

A. Web browser

b)

B. Text editor

c)

C. Both A & B

d)

D. None of the above

10.

Which symbol identifies a closing tag?

a)

<>

b)

/

c)

()

d)

\

11.
Which of these is NOT a web browser?
a)
Chrome
b)
Internet Explorer
c)
Facebook 
d)
Firefox
12.

What is this tag <head> used for ?

a)

Used for declaring the title

b)

Name of the document

13.
Which section of an HTML webpage should the <title> tag go?
a)
<head>
b)
<body>
14.
Which section of an HTML webpage contains the content that will be displayed in the browser?
a)
<head>
b)
<body>
15.

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

16.

Which of the following element is responsible for making the text italic in HTML?

a)

A. <i>

b)

B. <italic>

c)

C. <it>

d)

D. <pre>

17.

Which tag would be used to give a new line

a)

np

b)

br

c)

ul

d)

nl

18.
What is always the last line in an HTML webpage?
a)
<!DOCTYPE html>
b)
<html>
c)
</html>
d)
<title>
19.

_________________ tag is used to underline the text.

a)

<U>

b)

<I>

20.

____________ tag is used to make the text bold.

a)

<BOLD>

b)

<B>