WorksheetsYear 8 PA Test 4 and 5 Finals Sem 1 2025 reviewer
Total questions: 66
Worksheet time: 33mins
Hyperlinks and Text Markup Language
Hyper Text Markup Language
Home Tool Markup Language
Hyper Tool Markup Language
Hello World
Hello World
Both a and b
<title>Hello World</title>
name="value"
name:value
name.value
name=value
<h1>
<h2>
<h6>
<head>
<title>
<head>
<body>
<meta>
Curly braces {}
Angle brackets < >
The opening tag
The closing tag
<h6>
<h5>
<h7>
<h0>
<title>My Page</title> inside <head>
<h1>My Page</h1> inside <body>
<meta title="My Page">
<meta title="My Page">
<lb>
<break>
<br>
<hr>
<h1> to <h5>
<h0> to <h10>
<h1> to <h6>
<h2> to <h7>
alt
title
id
href
<p color="red">
<p:color=red>
<p red>
<p.color=red>
<h1>
<h3>
<h5>
<h6>
Lowercase
Uppercase
CamelCase
PascalCase
The <h1> tag is:
The smallest heading
The largest heading
A paragraph
An attribute
Left
Center
Right
Justified
Apply a background
Create a unique identifier
Set font size
Add a hyperlink
<p>
<para>
<paragraph>
<text>
<body>
<html>
<!DOCTYPE html>
<head>
href
title
alt
src
Square brackets []
The opening tag
The closing tag
Comments
What does <h3> represent?
Third-level heading
Header section
Heading style 3
Hidden heading
<h1>
<h5>
<h6>
<h7>
Defines the page layout
Declares the language of the document
Sets the font type
Links CSS
<bold>
<b>
<strong>
Both b and c
The <head> section of an HTML document contains:
Content displayed on the page
Metadata and title
Headings only
Footnotes
Designing graphics
Structuring web pages
Running scripts
Server programming
The <h1> tag represents the smallest heading.
<h6> is the smallest heading tag.
The <title> element appears in the body of the webpage.
<h2> is larger than <h4>.
The <br> tag creates a line break.
The <head> section is displayed in the browser window.
The <h1> tag should be used only once for the main title.
The <meta> tag is written inside <head>.
<h3> is bigger than <h2>.
The <body> tag contains the visible content.
HTML stands for (a) .
The largest heading tag is < _ _ >
(a)
The smallest heading tag is <_ _>.
(a)
The main visible content is placed inside the <_ _ _ _> tag.
(a)
Attributes are written inside the (a) tag.
The attribute used to display tooltip text is (a) .
The attribute used to set an image description is (a) .
The heading tags range from < _ _> to <_ _>.
(a)
The line break tag is <_ (a) >
The <title> tag is placed inside the < _ _ _ _ > section.
(a)
The id attribute provides a (a) identifier.
The <h1> tag is the (a) heading.
HTML is not a programming language but a (a) language.
To change background color we use (a) attribute.
The < _ > tag defines a paragraph.
(a)
The <head> section contains (a) .
The default alignment of headings is (a) .
Attributes in HTML are written as _ _ _ _ = "_ _ _ _ _".
(a)
<h4> is (a) than <h2>.
The content users see on the webpage is written in the <_ _ _ _> tag.
(a)
