wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Basics and Elements

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

The language used to design websites

a)

Java

b)

HTML

c)

C++

d)

Scratch

2.

<IMG> is an example of _______

a)

Tag

b)

Attribute

c)

Text

d)

Link

3.

Who is considered 'Father of the World Wide Web' and the creator of HTML?

a)


John von Neumann

b)


Tim Berners-Lee

c)

Charles Babbage


d)

Alan Turing

4.

What is the use of <H1> ... </H1> tag?

a)

Defines Heading 1

b)

Insert a Horizontal line

c)

Insert Hyperlink

5.

Choose the right the syntax to insert an image to the website.

a)

<PIC SRC="" HEIGHT=500 WIDTH=500>

b)

<IMAGE SRC="" HEIGHT=500 WIDTH=500>

c)

<IMG SRC="" HEIGHT=500 WIDTH=500>

d)

<PICTURE SRC="" HEIGHT=500 WIDTH=500>

6.

Choose the correct HTML element for the largest heading:

a)

<h1>

b)

<heading>

c)

<head>

d)

<h6>

7.

What is the correct HTML for adding a background color?

a)

<bgcolor="green">

b)

<body color="green>

c)

<body bg="green">

d)

<body bgcolor="green">

8.

How can you make a numbered list?

a)

<UL>

b)

<OL>

c)

<list>

d)

<DL>

9.

HTML tags are always surrounded by

a)


( )

b)

{ }

c)

< >   

d)

"  "

10.

Everything visible on a web page goes between these two tags.

a)

<body>

</body>

b)

<head>

</head>

c)

<Title>

</Title>

d)

<Font>

</Font>