wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

7.2 Knowledge check

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Place the tags in order for the start of a webpage

a)

< html >

b)

< head >

c)

< title >

d)

< body >

1)
2)
3)
4)
2.

HTML stands for

a)

Hyper Tags Marked Language

b)

High Tech Media Language

c)

Hyper Text Markup Language

d)

High Text Media Language

3.

Webpages can be created using a text editor, of the options below which one is a text editor.

a)

Google Chrome

b)

Safari

c)

Notepad ++

d)

Microsoft Word

4.

When creating HTML pages angle brackets < >are used to help format the webpage. For example <font> <b> <u>. These are called

(a)  

5.

Which of the following is the correct way to create a heading in HTML?

a)

<h1>Heading</h1>

b)

<heading>Heading</heading>

c)

<head>Heading</head>

6.

Webpages are viewed with web browsers. Which of the following is a web browser

a)

Google Chrome

b)

Microsoft Word

c)

Notepad ++

d)

Office 365

7.

Match the following HTML tag with their formatting purpose:

< b >

Bold

< p >

Italic

< u >

Underline

< i >

Paragraph

8.

To change the colour of the writing on the screen to red, which of the following would you use:

a)

< colour = "red">

b)

<font color = "red">

c)

< font colour = "red">

d)

< font = "red">

9.

Once the paragraph tag has been used <p> you then need to close the tag with </P>

a)

True

b)

False

10.

To use a specific colour (e.g FF0000) for a font or a background we can use a ______ code

a)

Binary

b)

Hexadecimal

c)

HTML tag

d)

Notepad code