wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer 9 html 2nd qrtr

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

He is the father of HTML.

a)

a. Henry Sy

b)

b. Henry Yap

c)

c. Tim Berners-Lee

d)

d. Tim Burners-Lee

2.

Which of the following does not belong to the group?

a)

a. Text Power

b)

b. Text Edit

c)

c. Notepad

d)

d. Notepad++

3.

HyperText Markup Language, a language used to create web pages, is better known as?

a)

Website

b)

HTML

c)

Internet Explorer

d)

Hyperlink

4.

The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?

a)

Tags

b)

Sections

c)

Elements

d)

Labels

5.

The tag that signals to a computer that the file it is reading is an HTML document is _____________ .

a)

<!DOCTYPE html>

b)

<web>

c)

<html>

d)

<head>

6.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

7.

The part of an HTML document that includes the content seen in a web page is the:

a)

Body

b)

Head

c)

Content block

d)

Info block

8.

The largest size heading tag - often used to create the main heading of a web page - is ____ .

a)

H1

b)

H2

c)

H5

d)

H6

9.

Which is these is a correct ending tag?

a)

</body/>

b)

</body>

c)

<'body'>

d)

<body>

10.

What is <p> used to create?

a)

Page

b)

Paragraph

c)

Picture

d)

Plastic

11.

What does text become when the <b> tag is used?

a)

Big

b)

Black

c)

Bold

d)

Backwards

12.

Which HTML tag configures a horizontal line on a web page?

a)

<line>

b)

<hr>

c)

<br>

d)

<border>

13.

A tag that doesn't use a closing tag because all the information needed appears on a single line.

a)

Elements

b)

Empty Tags

c)

Essential Tags

d)

Common Tags

14.

What is the correct HTML element for inserting a line break?

a)

<br>

b)

<?br>

c)

</br>

d)

<br/>

15.

The HTML document itself begins with <html> and ends with </html>

a)

TRUE

b)

FALSE

16.

The visible part of the HTML document is between <body> and </body>.

a)

TRUE

b)

FALSE

17.

HTML is Not Case Sensitive

a)

TRUE

b)

FALSE

18.

Defines the root of an HTML document

a)

<html>

b)

<body>

c)

<h1> to <h6>

19.

All HTML elements can have attributes

a)

TRUE

b)

FALSE

20.

Attributes usually come in name/value pairs like: name="value"

a)

TRUE

b)

FALSE