wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT Grade 8

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following HTML element is used for creating an unordered list? Which of the following HTML element is used for creating an unordered list?

a)

<u>

b)

<i>

c)

<em>

d)

<ul>

2.

Which of the following attributes is used to add link to any element?

a)

link

b)

ref

c)

href

d)

newref

3.

Which of the following tags is used to make a portion of text italic in HTML?

a)

<italic>

b)

<style= “i”>

c)

<i>

d)

<style=“italic”>

4.

Which of the following is the correct way to add background color in HTML?

a)

<body color = “green”>

b)

<body bg-color = “green”>

c)

<body style =

“background-color=green”>

d)

<body style =

“background-color: green;”>

5.

HTML stands for -

a)

A. HighText Machine Language

b)

B. HyperText and links Markup Language

c)

C. HyperText Markup Language

d)

D. None of these

6.

The correct sequence of HTML tags for starting a webpage is -

a)

Head, Title, HTML, body


b)

HTML, Body, Title, Head

c)

HTML, Head, Title, Body

d)

HTML, Title,Head, Body

7.

How to insert an image in HTML?

a)

<img href = "jtp.png" />

b)

<img url = "jtp.png" />

c)

<img link = "jtp.png" />

d)

<img src = "jtp.png" />

8.

HTML tags are enclosed in-

a)

# and #

b)

{ and }

c)

! and ?

d)

< and >

9.

A program in HTML can be rendered and read by -

a)

Web browser

b)

Server

c)

Interpreter

d)

None of the above

10.

An HTML program is saved by using the ____ extension.

a)

.ht

b)

.html

c)

.hml

d)

None of the above