Font size
WorksheetsCOMPUTER 11- 2nd Term QUIZ REVIEWER -2025-2026
Total questions: 45
Worksheet time: 23mins
HTML uses tags and elements to create the basic structure of a web page.
True
False
Defines the document's body
<!DOCTYPE>
<html>
<body>
<main>
Contains metadata/information for the document
<!DOCTYPE>
<html>
<title>
<head>
Defines a single line break
<space>
<br>
<p>
<body>
Defines an image
<h1>
<p>
<button>
<img>
Which of the following is a command that defines the beginning and the end of an element?
Webpage
Browser
Tags
CSS
Which of the following that tells the browser what language is reading by defining the document type?
Doctype declaration
Elements
HTML
Tags
What does HTML stand for?
Hypertext Transfer Protocol
Hypertext Markup Language
Hypertext Marking Language
Hypertext Making Language
The text or images between these tags will be visible on your web page.
body tags
head tags
description
title
Which one of the following is an example of basic structure of a web page in html?
notepad ++
web browser
HTML tags
None of these
The ________ element defines a large heading.
<h1>
<h2>
<h3>
<h7>
How do you add a link on a webpage?
<img src="nameoffile.fileextension">
<img scr="nameoffile.fileextension">
<a href="URL">Word</a>
<a herf="URL">Word</a>
Which line contains the error?
2
5
7
10
How do you change the color of text on a webpage?
<font color="#colornumber">word</font>
<font size="5">word</font>
<font face="arial">word</font>
<color="#colornumber">word
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
Which character is used to indicate an end tag?
!
#
/
\
HTML controls the _________ of a webpage.
feel
precision
structure
style
Defines the document type
<!DOCTYPE>
<html>
<title>
<head>
Which of the following html tags are self closing? (They do not require a second tag to close them?) Select all that apply.
<html>
<img/>
<br>
<button>
Fill in the blank to complete the line of code for inserting an image
< ___ src = "image.jpg">
image
picture
igm
img
TAGs can be written in lower case only
True
False
Type between <head> and </head> the text you want to display in the window title bar of the browser
True
False
Between <body> and </body>, type all the content that should be displayed.
True
False
------------------is used to type a simple text, or HTML TAGs to build Web pages
Chrome
Notepad++
An ordered list begins with______ and ends with_________
<ol>and</ul>
<ol>and</ol>
<ol> and </al>
<al> and </al>
What is the exact output of the tag below?
<i>Hello, World!</i>
Hello, World!
Hello, World!
Hello, World!
Hello, World!
What is the exact output of the tag below?
<b>Hello, World!</b>
Hello, World!
Hello, World!
Hello, World!
Hello, World!
Link attribute that indicates the site address:
border
style
href
target
Which of the following is the correct tag of a link?
<h4>...</h4>
<u>...</u>
<a>...</a>
<i>...</i>
The information to be displayed in the document must be inside the container:
<title>...</title>
<img>
<body>...</body>
<br>
Which of these will make a working hyperlink?
<a href="www.google.com">Click Here</a>
<a href="www.google.com"></a>Click Here
<a href="www.google.com" Click Here>
<a href="http://www.google.com">Click Here</a>
To place text or an image in the middle of the screen which tag do you need to use?
<centre>
<center>
<middle>
<body>
Which of these will correctly add a title to a web page
Which of these will create a hypelink where the user clicks on the image of a tree
Which of these is a correctly coded hyperlink?
Determine the missing code of the program below.
<HR width = “500px” size = ”10px” color = “red” align = “center”
(a)
Determine the missing part of the program below.
<TR> <TD bgcolor="white" width="300px">Song</TD>
<TD bgcolor="yellow" width="480px"></TD>
(a)
Determine the missing code of the program below.
< size="18px">My Favorites <br></font>
(a)
Determine the missing code of the program below.
<a ="cats.html">Cat</a>
(a)
