wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 8 PA Test 4 and 5 Finals Sem 1 2025 reviewer

Total questions: 66

Worksheet time: 33mins

Name
Class
Date
1.
HTML stands for:
a)

Hyperlinks and Text Markup Language

b)

Hyper Text Markup Language

c)

Home Tool Markup Language

d)

Hyper Tool Markup Language

2.
Which tag is used to display the text "Hello World" on a webpage?
a)

Hello World

b)

Hello World

c)

Both a and b

d)

<title>Hello World</title>

3.
What is the correct syntax for an HTML attribute?
a)

name="value"

b)

name:value

c)

name.value

d)

name=value

4.
Which HTML tag is the largest heading?
a)

<h1>

b)

<h2>

c)

<h6>
d)

<head>

5.
Which tag contains the main visible content of the webpage?
a)

<title>

b)

<head>

c)

<body>

d)

<meta>

6.
Attributes in HTML are always placed inside:
a)

Curly braces {}

b)

Angle brackets < >

c)

The opening tag

d)

The closing tag

7.
The correct HTML tag for the smallest heading is:
a)

<h6>

b)

<h5>

c)

<h7>

d)

<h0>

8.
What is the correct way to add a title to an HTML document?
a)

<title>My Page</title> inside <head>

b)

<h1>My Page</h1> inside <body>

c)

<meta title="My Page">

d)

<meta title="My Page">

9.
Which tag is used to insert a line break?
a)

<lb>

b)

<break>

c)

<br>

d)

<hr>

10.
HTML headings range from:
a)

<h1> to <h5>

b)

<h0> to <h10>

c)

<h1> to <h6>

d)

<h2> to <h7>

11.
The attribute used to provide extra information about an element when hovered:
a)

alt

b)

title

c)

id

d)

href

12.
Which of the following is a correct HTML element with an attribute?
a)

<p color="red">

b)

<p:color=red>

c)

<p red>

d)

<p.color=red>

13.
Which heading tag is typically used for the main title?
a)

<h1>

b)

<h3>

c)

<h5>

d)

<h6>

14.
HTML attributes are usually written in:
a)

Lowercase

b)

Uppercase

c)

CamelCase

d)

PascalCase

15.

The <h1> tag is:

a)

The smallest heading

b)

The largest heading

c)

A paragraph

d)

An attribute

16.
What is the default alignment of headings in HTML?
a)

Left

b)

Center

c)

Right

d)

Justified

17.
The attribute id is used to:
a)

Apply a background

b)

Create a unique identifier

c)

Set font size

d)

Add a hyperlink

18.
Which element is correct for a paragraph?
a)

<p>

b)

<para>

c)

<paragraph>

d)

<text>

19.
The HTML document always begins with:
a)

<body>

b)

<html>

c)

<!DOCTYPE html>

d)

<head>

20.
Which attribute is used to display an alternative text for an image?
a)

href

b)

title

c)

alt

d)

src

21.
HTML attributes are always included in:
a)

Square brackets []

b)

The opening tag

c)

The closing tag

d)

Comments

22.

What does <h3> represent?

a)

Third-level heading

b)

Header section

c)

Heading style 3

d)

Hidden heading

23.
Which of the following is NOT a heading tag?
a)

<h1>

b)

<h5>

c)

<h6>

d)

<h7>

24.
What is the purpose of the lang attribute in HTML?
a)

Defines the page layout

b)

Declares the language of the document

c)

Sets the font type

d)

Links CSS

25.
To bold text using HTML:
a)

<bold>

b)

<b>

c)

<strong>

d)

Both b and c

26.

The <head> section of an HTML document contains:

a)

Content displayed on the page

b)

Metadata and title

c)

Headings only

d)

Footnotes

27.
HTML is mainly used for:
a)

Designing graphics

b)

Structuring web pages

c)

Running scripts

d)

Server programming

28.
HTML is a programming language.
a)
True
b)
False
29.

The <h1> tag represents the smallest heading.

a)
True
b)
False
30.
Attributes in HTML must always be inside the opening tag.
a)
True
b)
False
31.
<h6> is the smallest heading tag.
a)
True
b)
False
32.
The alt attribute is used for alternative text in images.
a)
True
b)
False
33.

The <title> element appears in the body of the webpage.

a)
True
b)
False
34.
The id attribute must be unique within a page.
a)
True
b)
False
35.

<h2> is larger than <h4>.

a)
True
b)
False
36.

The <br> tag creates a line break.

a)
True
b)
False
37.
HTML ignores extra spaces in the code.
a)
True
b)
False
38.

The <head> section is displayed in the browser window.

a)
True
b)
False
39.

The <h1> tag should be used only once for the main title.

a)
True
b)
False
40.
Attributes in HTML are case-sensitive.
a)
True
b)
False
41.
The title attribute shows text when hovering over an element.
a)
True
b)
False
42.

The <meta> tag is written inside <head>.

a)
True
b)
False
43.
A heading is smaller than a paragraph by default.
a)
True
b)
False
44.

<h3> is bigger than <h2>.

a)
True
b)
False
45.
HTML is used to structure web pages.
a)
True
b)
False
46.

The <body> tag contains the visible content.

a)
True
b)
False
47.

HTML stands for (a)   .

48.

The largest heading tag is < _ _ >

(a)  

49.

The smallest heading tag is <_ _>.

(a)  

50.

The main visible content is placed inside the <_ _ _ _> tag.

(a)  

51.

Attributes are written inside the (a)   tag.

52.

The attribute used to display tooltip text is (a)   .

53.

The attribute used to set an image description is (a)   .

54.

The heading tags range from < _ _> to <_ _>.

(a)  

55.

The line break tag is <_ (a)   >

56.

The <title> tag is placed inside the < _ _ _ _ > section.

(a)  

57.

The id attribute provides a (a)   identifier.

58.

The <h1> tag is the (a)   heading.

59.

HTML is not a programming language but a (a)   language.

60.

To change background color we use (a)   attribute.

61.

The < _ > tag defines a paragraph.

(a)  

62.

The <head> section contains (a)   .

63.

The default alignment of headings is (a)   .

64.

Attributes in HTML are written as _ _ _ _ = "_ _ _ _ _".

(a)  

65.

<h4> is (a)   than <h2>.

66.

The content users see on the webpage is written in the <_ _ _ _> tag.

(a)