wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Recap

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

Which of the following software’s used to build a website?

a)

Notepad

b)

Excel

c)

PowerPoint

d)

Adobe Photoshop

2.

Text within <STRONG> …… <STRONG> tag is displayed as __________.

a)

list

b)

bold

c)

italic

d)

indented

3.

Which tag is used to display the numbering list?

a)

<OL>…</OL>

b)

<LI>.....</LI>

c)

<DL>...</DL>

d)

<UL>....</UL>

4.

HTML stands for __________.

a)

Hypertext Markup Language

b)

Hyper Tech Markup Language

c)

Hyper Teach Markup Language

d)

Hyper Text Markup Language Programming

5.

Which of the following tag is used to mark a beginning of paragraph ?

a)

<td>

b)

<tr>

c)

<p>

d)

<br>

6.

Correct HTML tag for the largest heading is __________

a)

<h1>

b)

<h2>

c)

<h6>

d)

<h4>

7.

which of the following syntax of web pages starts?

a)

<body>

b)

<title>

c)

<html>

d)

<form>

8.

Correct HTML to left align the content is ________.

a)

<p left>

b)

<p align = "left">

c)

<p style = "text-align: left";>

d)

<p "text-align: left":>

9.

What is the correct HTML for adding a background color?

a)

<background>yellow<Background>

b)

<body color = "yellow">

c)

<body style="background-color: skyblue;">

d)

<body style = bg ="yellow">

10.

The body tag usually used after __________.

a)

Title

b)

Body

c)

Form

d)

Head

11.

Which of the following is TRUE for HTML links?

a)

<a> https;// w.w.w.gkseries.com </a>

b)

<a name "https;/w.w.w.gkseries.com"> </a>

c)

<a href = "https://www.gkseries.com"> Gkseries.com</a>

d)

<a href = "https://w.w.w.gkseries.com"> Gkseries.com</a>

12.

Line break or new line can be added in HTML pages by using _________.

a)

<br>

b)

<break>

c)

<line>

d)

<new-line>

13.

Which tag display text in Italic?

a)

<italic>

b)

<i>

c)

<hr>

d)

<b>

14.

which of the following HTML enclosed syntax?

a)

# and #

b)

? and !

c)

< and >

d)

{ and }

15.

<a> and </a> are the tags used for _________.

a)

adding image

b)

adding text

c)

adding audio voiced text

d)

adding hyperlink to your page

16.

Which of the following is the correct HTML syntax for inserting an image

a)

<img>apple.jpg</img>

b)

<image src="apple.jpg">

c)

<img src="apple.jpg">

d)


<img ="apple.jpg">

17.

You should save HTML files with which file extension?

a)

.htm

b)

.webpage

c)

.index

d)

.html

18.

Which is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<ol>

c)

<li>

d)

<ulist>

19.

Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"

a)

Tim Sweeney

b)


Tim Berners-Lee

c)

Tim Cook

d)

Thomas Cook

20.

Between which paired tags would the visible content of a webpage be displayed?

a)

<html></html>

b)

<body></body>

c)

<head></head>

d)

<title></titlehead>