wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT - HTML

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following are used to create a website?

a)

Visual Basic

b)

HTML

c)

Excel

d)

Scratch

2.

A search Engine is used to search the internet using keywords.

a)

True

b)

False

3.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Home Tool Markup Language

c)

Hyperlinks Text and Many Lines

d)

How To Make Lasagne

4.

<p> are used to code __________ ?

a)

headers

b)

pages

c)

paragraphs

d)

hyperlinks

5.

Which of these is NOT a Browser?

a)

Internet Explorer

b)

Google Chrome

c)

Safari

d)

Microsoft Excel

6.

Which tag is used to insert an image?

a)

<h1>

b)

<image>

c)

<img>

d)

<pic>

7.

Who is making the Web Standards?

a)

Google

b)

Mozilla

c)

The World Wide Web Consortium

d)

Microsoft

8.

What does HTTP stand for?

a)

HyperTransfer Text Protocol

b)

HyperText Transfer Protocol

c)

HyperText Transport Protocol

d)

HyperTransfer Transport Protocol

9.

Choose the correct HTML element for the largest heading

a)

<head>

b)

<heading>

c)

<h1>

d)

<h6>

10.

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

a)

<break>

b)

<br>

c)

<lb>

d)

<newline>

11.

Choose the correct HTML element to define important text

a)

<i>

b)

<b>

c)

<important>

d)

<strong>

12.

Choose the correct HTML element to define emphasized text

a)

<i>

b)

<em>

c)

<italic>

d)

<bold>

13.

What is the correct HTML for creating a hyperlink?

a)

<a href="http://www.webpage.com">link</a>

b)

<a name="http://www.webpage.com">link</a>

c)

<a>http://www.webpage.com</a>

d)

a url="http://www.webpage.com">link</a>

14.

Which character is used to indicate an end tag?

a)

<

b)

*

c)

/

d)

^

15.

Which of these elements are all <table> elements?

a)

<table> <tr> <td>

b)

<table> <head> <tfoot>

c)

<thead> <body> <tr>

d)

<table> <tr> <tt>

16.

How can you make a numbered list?

a)

<list>

b)

<ul>

c)

<ol>

d)

<dl>

17.

How can you make a bulleted list?

a)

<ul>

b)

<dl>

c)

<list>

d)

<ol>

18.

What is the correct HTML for inserting an image?

a)

<img href="image.gif" alt="MyImage">

b)

<image src="image.gif" alt="MyImage">

c)

<img alt="MyImage">image.gif</img>

d)

<img src="image.gif" alt="MyImage">

19.

Which HTML element defines the title of a document?

a)

<meta>

b)

<title>

c)

<head>

d)

<style>

20.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

a)

title

b)

alt

c)

lingdesc

d)

src

21.

What does CSS stand for?

a)

Colourful Style Sheets

b)

Cascading Style Sheets

c)

Computer Style Sheets

d)

Creative Style Sheets

22.

What is the correct HTML for referring to an external style sheet?

a)

<style src="mystyle.css">

b)

<link rel="stylesheet" type="text/css"

c)

href="mystyle.css"><stylesheet>mystyle.css</stylesheet>

23.

Where in an HTML document is the correct place to refer to an external style sheet?

a)

In the <head> section

b)

At the end of the document

c)

In the <body> section

d)

In the <footer> section

24.

Which property is used to change the background colour?

a)

background-color

b)

bgcolor

c)

color

d)

changebackcolor

25.

Which of these is the correct way to comment your code?

a)

<!—this is how you comment code-->

b)

this is how you comment code

c)

“this is how you comment code”

d)

***this is how you comment code***