HTML: Year 8 Term 2A Assessment
star
star
star
star
star
Last updated about 1 month ago
24 questions
Note from the author:
HTML Assessment For Year 8 UK Curriculum Computer Science
1
Write down an example of the type of brackets we use for tags in HTML.
Write down an example of the type of brackets we use for tags in HTML.
1
What does HTML stand for?
What does HTML stand for?
1
What is the correct file extension for HTML files?
What is the correct file extension for HTML files?
1
What does the <br> tag do?
What does the <br> tag do?
1
Which of the following is an empty element?
Which of the following is an empty element?
1
Which tag is used to create a list with bullets?
Which tag is used to create a list with bullets?
1
What is the correct syntax for changing the text color inside a paragraph, in HTML?
What is the correct syntax for changing the text color inside a paragraph, in HTML?
1
HTML is a programming language. (True/False)
HTML is a programming language. (True/False)
1
Items in an ordered list contain numbers (1, 2, 3...)
Items in an ordered list contain numbers (1, 2, 3...)
1
The <head> tag contains visible elements on a webpage. (True/False)
The <head> tag contains visible elements on a webpage. (True/False)
1
<h6> is the largest heading in HTML. (True/False)
<h6> is the largest heading in HTML. (True/False)
1
The <a> tag is used to create hyperlinks. (True/False)
The <a> tag is used to create hyperlinks. (True/False)
4
Arrange the following HTML elements in the correct order to create a simple webpage:
Arrange the following HTML elements in the correct order to create a simple webpage:
- </body>
- <body>
- </html>
- <html>
- <h1>Welcome to My Page</h1>
6
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

Other Answer Choices:
<h1>
<p>
<b>
<ul>
<li>
<i>
2
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
1
Write the HTML tag that will produce an example of: deleted text.
Write the HTML tag that will produce an example of: deleted text.
1
Write the HTML tag that will produce an example of: subscripted text.
Write the HTML tag that will produce an example of: subscripted text.
1
Write the HTML tag that will produce an example of: inserted text.
Write the HTML tag that will produce an example of: inserted text.
1
Complete the sentence by adding in the missing word:
A _______ is software that displays web pages.
2
Which of the following are examples of software used to view web pages.
Which of the following are examples of software used to view web pages.
1
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>
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>
1
Identify the issue in this script for a list:(Select the error)
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>
2
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.
4
Match the correct example to the Style Attribute
Match the correct example to the Style Attribute
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
font-family | arrow_right_alt | Referencing or inserting an image |
body style | arrow_right_alt | Relates to a URL |
h1 style | arrow_right_alt | Affects the look of the page background |
img src | arrow_right_alt | Changes the appearance of a heading |
a href | arrow_right_alt | Changes the style of the text |