Lesson details

Key learning points

  1. In this lesson, we will focus on the look and feel of a laser tag website by applying CSS (a cascading style sheet) to it.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
Which of the following sentences most accurately describes this HTML code: <img src="space.jpg">
It is a hyperlink to a image entitled "space.jpg"
It will display an image that is hosted on a local computer/web server in a directory separate to the HTML file
Correct answer: It will display an image that is hosted on a local computer/web server in the same directory to the HTML file
It will display an image that is hosted on someone else's web server
Q2.
Which of the following sentences most accurately describes this HTML code: <img src="https://www.space.com/space.jpg">
It is a hyperlink to a image entitled "space.jpg"
It will display an image that is hosted on a local computer/web server in a directory separate to the HTML file
It will display an image that is hosted on a local computer/web server in the same directory to the HTML file
Correct answer: It will display an image that is hosted on someone else's web server
Q3.
What is the correct HTML for creating a hyperlink to a local web page named "page2.html"?
<a href ="page2">Page 2</a>
Correct answer: <a href="page2.html">Page 2</a>
<a url="page2.html">Page 2</a>
<a>page2.html</a>

4 Questions

Q1.
What does CSS stand for?
Correct answer: Cascading Style Sheets
Colourful Style Sheets
Computer Style Sheets
Creative Style Sheets
Q2.
In the following CSS, what would be the correct term for "p"?
Property
Correct answer: Selector
Value
Q3.
In the following CSS, what would be the correct term for "12px" and "red"?
Property
Selector
Correct answer: Value
Q4.
In the following CSS, what would be the correct term for "font-size" and "color"?
Correct answer: Property
Selector
Value

Lesson appears in

UnitComputing / HTML

Computing