wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Revision 2023

Total questions: 85

Worksheet time: 46mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
3.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
4.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
5.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
6.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
7.
New heading tags can be added by using;
a)
Letters (ie: ha; hb)
b)
Numbers (i.e: h1; h2)
c)
Quotations (ie: h'; h")
d)
You can't do this
8.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
9.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
10.
An attribute is a; 
a)
Applies changes to everything
b)
Different options for each tab
c)
Allows for no changes to the site
d)
Gives structure and text
11.
Body tags are used;
a)
Used for only the header
b)
Used only for the paragraph
c)
element that wraps everything that is visible on the page.
d)
Not used in HTML
12.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
13.
What is HTML stands for?
a)
Hyper text make up language
b)
Hyperlinks text make up language
c)
Home tool mark up language
d)
Hyper text mark up language
14.
Choose the correct HTML element for the largest heading:
a)
<head>
b)
<h1>
c)
<heading>
d)
<h6>
15.
What is the correct HTML element for inserting a line break?
a)
<lb>
b)
<br>
c)
<break>
d)
<bk>
16.
What is the correct HTML for adding a background color?
a)
<body bgcolor=pink>
b)
<background color=pink>
c)
<body bgcolour=pink>
d)
<background bg=Pink>
17.
Which character is used to indicate an end tag?
a)
~
b)
/
c)
*
d)
<
18.
What is the purpose of HTML
a)
To make a formatted document
b)
To make a webpage
c)
To edit photos
d)
To make a creative slide
19.
Which tag is used for making a horizontal line?
a)
<hor>
b)
<hr>
c)
<horizontal>
d)
<hl>
20.
Which tag is used to create an image?
a)
<image>
b)
<src>
c)
<img>
d)
<a>
21.
Which tag is used for scrolling the text?
a)
<scroll>
b)
<textscroll>
c)
<marque>
d)
<marquee>
22.
<h6> is used for making largest heading.
a)
True
b)
False
23.

This tag contains all the main contents of your webpage.

a)

<body>

b)

<head>

c)

<contents>

d)

<p>

24.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

25.

<p> is a _______ tag.

a)

image

b)

paragraph

c)

filename

26.

_______________tag defines a line break

a)

hr

b)

br

27.

th

a)

one cell in a row of headers

b)

one data cell

c)

one row of headers

d)

one column of headers

28.

tr

a)

one column on the right

b)

one cell in a table

c)

one row of anything

d)

one column of anything

29.

td

a)

one cell in a header

b)

one column of a row

c)

one row of a column

d)

one data cell in a row

30.

caption

a)

can be set only for header rows

b)

can be set for each row

c)

will appear at the top of table

d)

will appear at the bottom of a table

31.

td and th

a)

can appear only in rows

b)

cannot be used in rows

c)

can be used outside of rows

d)

can be used outside of columns

32.

The closing table tag is

a)

</close>

b)

</caption>

c)

</table>

d)

<table>

33.

The opening caption tag is

a)

<table>

b)

<caption>

c)

<tblcaption>

d)

<figcaption>

34.
Which of the following tag is used to begin creating a table in an HTML document?
a)
<table>
b)
<tbl>
c)
</table>
d)
</tbl>
35.
Which of the following creates a table row?
a)
<tr>
b)
<row>
c)
<trow>
d)
<rw>
36.
Which of the following will create a column in an HTML table?
a)
<col>
b)
<td>
c)
<tcol>
d)
<data>
37.

How more than one option can be selected in drop down?

a)

Use of multiple attribute inside <option> tag.

b)

Use of multiple attribute inside <select> tag.

c)

Use of multiple attribute inside <text> tag.

d)

It is not possible to select more than one option in drop down.

38.

In a form, <input type="text" ...>

a)

cannot be set to "required"

b)

is not valid

c)

will accept multiple lines of characters.

d)

will accept only a single line of characters.

39.

In a form, a drop-down list of options

a)

begins with a select tag followed by a list of option tags.

b)

begins with an option tag followed by a list of select tags.

c)

begins with a select tag followed by a list of datalist tags.

d)

begins with a datalist tag followed by a let of option tags.

40.

What form elements are used in creating this drop-down list?

a)

<select> and <option>

b)

<label> and <input>

c)

<textarea> and <input>

d)

<select> and <input>

41.

What HTML input type is used to create this password field?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

42.

What HTML input type is used to create this submit button?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

43.

What HTML input type is used to create this form selections?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

44.

What HTML input type is used to create this form checkbox?

a)

<input type="text">

b)

<input type="checkbox">

c)

<input type="password">

d)

<input type="radio">

45.

Checkbox buttons let users select one or more of a particular set of choices

a)

True

b)

False

46.

Allows users to pick just one of a number of options

a)

Radio Button

b)

Check Box

c)

Drop Down List

d)

Password Input

47.

__________ provides an easy way to collect required information from web page visitors.

a)

Link

b)

Form

c)

Image

d)

None of the above

48.

________ is used in form for a single line of input.

a)

Text box

b)

Password box

c)

Check box

d)

Radio box

49.

Which one of the following is a form element?

a)

text box.

b)

radio button.

c)

submit button.

d)

All of these.

50.

Forms can be sent using one of two methods __________ or __________

a)

get or post

b)

send or receive

c)

open or close

d)

yes or no

51.

You can limit the characters a user may enter into the text field. For example date would be 4 numbers.

a)

Minimumlength

b)

Maxlength

c)

Limit

d)

Width

52.

With the ____________________ method, the values from the form are added to the end of the URL specified in the action attribute.

a)

GIF

b)

ASK

c)

Post

d)

Get

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

Default method while submitting a form is

a)

Post method

b)

Set method

c)

Get method

d)

Put method

55.

Cols attribute in forms text area specifies the ___

a)

visible width of a text area

b)

size of a text area

c)

size of a text field

d)

visible number of lines in a text area

56.

Which one of the following should not be used while sending passwords or other sensitive information?

a)

Post

b)

Next

c)

Get

d)

Request

57.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
58.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
59.
Which tag defines a numbered list?
a)
<OL>
b)
<UL>
c)
<LI>
d)
<NL>
60.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
61.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >  
d)
"  "
62.
What does the <i> tag do?
a)
makes text invisible
b)
makes text intelligent
c)
makes text appear in italics
d)
makes text interlinked with other text
63.
What does <li> do?
a)
Creates an ordered list
b)
Creates a list item
c)
Creates italic text
d)
Creates an image
64.
<ul> creates what type of list?
a)
Uniformed
b)
Unordered
c)
Ordered
d)
Unprogrammed
Unicode
65.
What does the < img > tag create?
a)
An image
b)
A link
c)
A heading
d)
A paragraph
66.

What should I change about this tag to change the image that will appear?


<img src="cat.jpeg" alt="cat jumping"/>

a)

img

b)

src

c)

cat.jpeg

d)

cat jumping

67.

src is short for:

a)

source

b)

image

c)

screen

d)

html

68.

Which tag should be used to include the following image: cat.jpeg?

a)

<img src="cats.jpg" alt="cat"/>

b)

<img src="cat.JPG" alt="cat"/>

c)

<img src="cat.jpeg" alt="cat"/>

d)

<img src="dog.jpeg" alt="cat"/>

69.

In ordered list, the default number style is ______________

a)

A,B,C,D........

b)

I,II,III,IV........

c)

1,2,3,4.............

70.

The ___________ tag is used to change the style, size and colour of the text.

a)

<Strong>

b)

<Font>

c)

<center>

71.

Unordered list is surrounded within _____________ tags.

a)

<ol>.........</ol>

b)

<ul>........</ul>

c)

<dl>........</dl>

72.

Each row in a table begins with the _____ table row tag and ends with an optional _______ tag.

a)

<Tr>.........</Tr>

b)

<Table>.........</Table>

c)

<Td>.........</Td>

73.

In a form, <input type="text" ...>

a)

cannot be set to "required"

b)

is not valid

c)

will accept multiple lines of characters.

d)

will accept only a single line of characters.

74.

What form elements are used in creating this drop-down list?

a)

<select> and <option>

b)

<label> and <input>

c)

<textarea> and <input>

d)

<select> and <input>

75.

What HTML input type is used to create this password field?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

76.

What HTML input type is used to create this submit button?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

77.

What HTML input type is used to create this form selections?

a)

<input type="text">

b)

<input type="submit">

c)

<input type="password">

d)

<input type="radio">

78.

What HTML input type is used to create this form checkbox?

a)

<input type="text">

b)

<input type="checkbox">

c)

<input type="password">

d)

<input type="radio">

79.

Checkbox buttons let users select one or more of a particular set of choices

a)

True

b)

False

80.

Allows users to pick just one of a number of options

a)

Radio Button

b)

Check Box

c)

Drop Down List

d)

Password Input

81.

________ is used in form for a single line of input.

a)

Text box

b)

Password box

c)

Check box

d)

Radio box

82.

Which one of the following is a form element?

a)

text box.

b)

radio button.

c)

submit button.

d)

All of these.

83.

Which HTML element defines the title of a document?

a)

<meta>

b)

<head>

c)

<title>

84.

What is the correct HTML for making a text area?

a)

<input type="textarea">

b)

<textarea>

c)

<input type="textbox">

85.

What is the correct HTML for making a drop-down list?

a)

<input type="list">

b)

<list>

c)

<select>

d)

<input type="dropdown">