Log in
Sign up for FREE
arrow_back
Library

HTML: Year 8 Term 2A Assessment

star
star
star
star
star
Last updated 2 months ago
37 questions
Note from the author:
Cloud Computing
2
6
3
4
1
2
HTML - definititioins
1
1
1
1
Formatting & Orginisation
1
1
1
1
4
1
1
6
Page Structure
2
1
4
2
1
1
Link and Images
1
4
Data Science Definitions
1
1
4
Data Analysis
1
1
2
Corrilations and Outliers
1
1
1
1
2
HTML Assessment For Year 8 UK Curriculum Computer Science
Question 1
1.

What is a web browser?

Question 2
2.
Label each web browsers.


_______
_______
_______
_______

_______


_______ _______
Question 3
3.

What is Cloud Computing?

Question 4
4.
Name these cloud storage services



_______


_______

_______

_______
Question 5
5.
Complete the sentence by adding in the missing word:
A _______ is software that displays web pages.
Question 6
6.

Question 7
7.

Question 8
8.

Question 9
9.

Write down an example of the type of brackets we use for tags in HTML.

Question 10
10.

Question 11
11.

Question 12
12.

Question 13
13.

Question 14
14.

Question 15
15.

Question 16
16.

Question 17
17.

Question 18
18.
Other Answer Choices:
<ul>
<b>
<li>
<i>
<h1>
Question 19
19.
Complete the sentence below by writing in the missing words:
The _______ tag and the _______ tag the two main tags required to create an HTML page.
Question 20
20.

Question 21
21.

Question 22
22.
Examine the webpage script in the image. Identify the lines that contain errors by dragging and dropping the 'Error' markers onto the corresponding lines in the image.
Points are subtracted for incorrect answers
Other Answer Choices:
Error
Question 23
23.

Look at the HTML script below. There are errors. Correct the following style attribute by re-writing the entire line of text correctly:
<p style="font size:20px;">Hello World<p>

Question 24
24.

Identify the issue in this script for a list:
(Select the error)

<ul>
<li>Item 1</li>
<li>Item 2</li>
<ol>
<li>Item 3</li>
</ul>
Question 25
25.

Question 26
26.

Draggable itemarrow_right_altCorresponding Item
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
Question 27
27.

Question 28
28.

Question 29
29.

Draggable itemarrow_right_altCorresponding Item
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
Question 30
30.

Question 31
31.

Question 32
32.

Question 33
33.

Question 34
34.

Question 35
35.

Question 36
36.

Question 37
37.

Which of the following are examples of software used to view web pages.
Word
Chrome
Edge
Zoom
Messages
Safari
Firefox
What does HTML stand for?
Hyper Text Markup Language
Hyperlinks and Text Markup Language
Hyperlinks Tool Markup Language
Hyper Text Marking Language
HTML is classed as a programming language. (True/False)
True
False
What is the correct file extensions for HTML files?
.html
.web
.htm
.py
What does the <br> tag do?
Adds a line break
Inserts a horizontal line
Changes font size
Makes text bold
Which of the following is an empty element?
<p>
<br>
<body>
<h1>
Which tag is used to create a list with bullets?
<ol>
<ul>
<li>
<list>
Items in an ordered list contain numbers (1, 2, 3...)
True
False
What tags produce this list, select all that are required?
<ul>
</ul>
<li>
</li>
<ol>
</ol>
What is the correct syntax for changing the text color inside a paragraph, in HTML?
<p color="red">
<p textcolor="red">
<p font="red">
<p style="color:red;">
<h6> is the largest heading in HTML. (True/False)
True
False
Looking at the given webpage layout, identify the tags used to create:
Bold text
The main heading
An unordered list
List items
Italic text
A paragraph
<p>
The <head> tag contains visible elements on a webpage. (True/False)
True
False
Arrange the following HTML elements in the correct order to create a simple webpage:
</body>
</html>
<h1>Welcome to My Page</h1>
<html>
<body>
The <a> tag is used to create hyperlinks. (True/False)
True
False
Match the correct example to the Style Attribute
h1 style
Referencing or inserting an image
img src
Relates to a URL
a href
Affects the look of the page background
font-family
Changes the appearance of a heading
body style
Changes the style of the text