wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Y9 - HTML - L4 - css RECAP

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Home Tool Markup Language

c)

Hyperlinks and Text Markup Language

d)

Hashing Text Markup Language

2.

Which tag contains the content of your webpage? <head> or <body>

a)

<head>

b)

<body>

3.

If the opening tag is <h1>, what will the closing tag look like?

a)

/h1

b)

<h1>

c)

</h1>

d)

</>

4.

Does the IMG (image tag) need a closing tag?

a)

YES

b)

NO

5.

Which TAG do you need for an unordered list?

a)

b)

6.

Which TAG do you need for an ordered list?

a)
b)
7.

Which of the following sentences most accurately describes this HTML code:

<img src="space.jpg">

a)

It will display an image that is hosted on someone else's web server

b)

It is a hyperlink to a image entitled "space.jpg"

c)

It will display an image that is hosted on a local computer/web server in a directory separate to the HTML file

d)

It will display an image that is hosted on a local computer/web server in the same directory to the HTML file

8.

Which of the following sentences most accurately describes this HTML code:

<img src="https://www.space.com/space.jpg">

a)

It will display an image that is hosted on someone else's web server

b)

It is a hyperlink to a image entitled "space.jpg"

c)

It will display an image that is hosted on a local computer/web server in a directory separate to the HTML file

d)

It will display an image that is hosted on a local computer/web server in the same directory to the HTML file

9.

What is the correct HTML for creating a hyperlink to a local web page named "page2.html"?

a)

<a>page2.html</a>

b)

<a href="page2.html">Page 2</a>

c)

<a url="page2.html">Page 2</a>

d)

<a href ="page2">Page 2</a>

10.

What does CSS stand for?

a)

Colourful Style Sheets

b)

Cascading Style Sheets

c)

Creative Style Sheets

d)

Computer Style Sheets

11.

In the following CSS, what would be the correct term for "p"?

a)

Selector

b)

Property

c)

Value

12.

What is the purpose of the alt tag within an image?

a)

For accessibility, holding alternate text for screen readers

b)

So that you can have alternative images if one isn’t there

13.

In the following CSS, what would be the correct term for "font-size"?

a)

Selector

b)

Property

c)

Value

14.

In the following CSS, what would be the correct term for "red"?

a)

Selector

b)

Property

c)

Value