wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

COMPUTER 11- 2nd Term QUIZ REVIEWER -2025-2026

Total questions: 45

Worksheet time: 23mins

Name
Class
Date
1.

HTML uses tags and elements to create the basic structure of a web page.

a)

True

b)

False

2.

Defines the document's body

a)

<!DOCTYPE>

b)

<html>

c)

<body>

d)

<main>

3.

Contains metadata/information for the document

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

4.

Defines a single line break

a)

<space>

b)

<br>

c)

<p>

d)

<body>

5.

Defines an image

a)

<h1>

b)

<p>

c)

<button>

d)

<img>

6.

Which of the following is a command that defines the beginning and the end of an element?

a)

Webpage

b)

Browser

c)

Tags

d)

CSS

7.

Which of the following that tells the browser what language is reading by defining the document type?

a)

Doctype declaration

b)

Elements

c)

HTML

d)

Tags

8.

What does HTML stand for?

a)

Hypertext Transfer Protocol

b)

Hypertext Markup Language

c)

Hypertext Marking Language

d)

Hypertext Making Language

9.

The text or images between these tags will be visible on your web page.

a)

body tags

b)

head tags    

c)

description

d)

title

10.

Which one of the following is an example of basic structure of a web page in html?

a)

notepad ++

b)

web browser

c)

HTML tags

d)

None of these

11.

The ________ element defines a large heading.

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h7>

12.

How do you add a link on a webpage?

a)

<img src="nameoffile.fileextension">

b)

<img scr="nameoffile.fileextension">

c)

<a href="URL">Word</a>

d)

<a herf="URL">Word</a>

13.

Which line contains the error?

a)

2

b)

5

c)

7

d)

10

14.

How do you change the color of text on a webpage?

a)

<font color="#colornumber">word</font>

b)

<font size="5">word</font>

c)

<font face="arial">word</font>

d)

<color="#colornumber">word

15.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>

16.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
17.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
18.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

19.

HTML controls the _________ of a webpage.

a)

feel

b)

precision

c)

structure

d)

style

20.

Defines the document type

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

21.

Which of the following html tags are self closing? (They do not require a second tag to close them?) Select all that apply.

a)

<html>

b)

<img/>

c)

<br>

d)

<button>

22.

Fill in the blank to complete the line of code for inserting an image

< ___ src = "image.jpg">

a)

image

b)

picture

c)

igm

d)

img

23.

TAGs can be written in lower case only

a)

True

b)

False

24.

Type between <head> and </head> the text you want to display in the window title bar of the browser

a)

True

b)

False

25.

Between <body> and </body>, type all the content that should be displayed.

a)

True

b)

False

26.

 ------------------is used to type a simple text, or HTML TAGs to build Web pages

a)

Chrome

b)

Notepad++

c)

Google

27.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
28.

An ordered list begins with______ and ends with_________

a)

<ol>and</ul>

b)

<ol>and</ol>

c)

<ol> and </al>

d)

<al> and </al>

29.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
30.
To set the image size, Which command should I use?
a)
width="400"
b)
center="400"
c)
long="400"
d)
short="400"
31.

What is the exact output of the tag below?

<i>Hello, World!</i>

a)

Hello, World!

b)

Hello, World!

c)

Hello, World!

d)

Hello, World!

32.

What is the exact output of the tag below?

<b>Hello, World!</b>

a)

Hello, World!

b)

Hello, World!

c)

Hello, World!

d)

Hello, World!

33.

Link attribute that indicates the site address:

a)

border

b)

style

c)

href

d)

target

34.

Which of the following is the correct tag of a link?

a)

<h4>...</h4>

b)

<u>...</u>

c)

<a>...</a>

d)

<i>...</i>

35.

The information to be displayed in the document must be inside the container:

a)

<title>...</title>

b)

<img>

c)

<body>...</body>

d)

<br>

36.

Which of these will make a working hyperlink?

a)

<a href="www.google.com">Click Here</a>

b)

<a href="www.google.com"></a>Click Here

c)

<a href="www.google.com" Click Here>

d)

<a href="http://www.google.com">Click Here</a>

37.

To place text or an image in the middle of the screen which tag do you need to use?

a)

<centre>

b)

<center>

c)

<middle>

d)

<body>

38.

Which of these will correctly add a title to a web page

a)
b)
c)
d)
39.

Which of these will create a hypelink where the user clicks on the image of a tree

a)
b)
c)
d)
e)
40.

Which of these is a correctly coded hyperlink?

a)
b)
c)
d)
41.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
42.

Determine the missing code of the program below.

<HR width = “500px” size = ”10px” color = “red” align = “center”

(a)  

43.

Determine the missing part of the program below.

<TR> <TD bgcolor="white" width="300px">Song</TD>

<TD bgcolor="yellow" width="480px"></TD>

(a)  

44.

Determine the missing code of the program below.

< size="18px">My Favorites <br></font>

(a)  

45.

Determine the missing code of the program below.

<a ="cats.html">Cat</a>

(a)