HTML: Year 8 Term 2A Assessment

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.

1

What does HTML stand for?

1

What is the correct file extension for HTML files?

1

What does the <br> tag do?

1

Which of the following is an empty element?

1

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?

1

HTML is a programming language. (True/False)

1

Items in an ordered list contain numbers (1, 2, 3...)

1

The <head> tag contains visible elements on a webpage. (True/False)

1

<h6> is the largest heading in HTML. (True/False)

1

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:

  1. </body>
  2. <body>
  3. </html>
  4. <html>
  5. <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.

1

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.

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.

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>

1

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

Draggable itemCorresponding Item
font-family
Referencing or inserting an image
body style
Relates to a URL
h1 style
Affects the look of the page background
img src
Changes the appearance of a heading
a href
Changes the style of the text