wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

w5 & w6

Total questions: 27

Worksheet time: 9mins

Name
Class
Date
1.
Which tag is used to create the largest heading in HTML?
a)
<h1>
b)
<h2>
c)
<h3>
d)
<h4>
2.
What is the purpose of the <p> tag in HTML?
a)
To create a new paragraph
b)
To add a hyperlink
c)
To insert an image
d)
To create a list
3.
Which tag is used to insert a horizontal line in HTML?
a)
<hr />
b)
<br />
c)
<h6>
d)
<p>
4.
Which tag is used for line break in HTML?
a)
<h1>
b)
<br />
c)
<p>
d)
<hr />
5.
Which of the following tags is used for the second largest heading in HTML?
a)
<h2>
b)
<h3>
c)
<h1
d)
<h4>
6.
Which tag is used for the smallest heading in HTML?
a)
<h6>
b)
<h5>
c)
<h4>
d)
<h3>
7.
What is the purpose of the <h2> tag in HTML?
a)
To create the largest heading
b)
To create a new paragraph
c)
To insert a horizontal line
d)
To create the second largest heading
8.
Which of the following is not a heading tag in HTML?
a)
<h7>
b)
<h3>
c)
<h5>
d)
<h1>
9.
What is the purpose of the <h4> tag in HTML?
a)
To create a list
b)
To create the largest heading
c)
To create the fourth largest heading
d)
To insert a horizontal line
10.
Which tag is used to create a smaller heading than <h4> in HTML?
a)
<h5>
b)
<h1>
c)
<h3>
d)
<h2>
11.
In HTML, where are attributes typically specified?
a)
Ending tag
b)
opening tag
c)
Within the content
d)
After the ending tag
12.
Which HTML element is used to create an unordered list?
a)
<ul>
b)
<ol>
c)
<li>
d)
<a>
13.
What does the "href" attribute do in the anchor element (<a>) in HTML?
a)
Specifies the list type
b)
Creates a link to another webpage
c)
Defines the color of the text
d)
Sets the background image
14.
Where are HTML attributes usually specified?
a)
Ending tag
b)
Within the content
c)
Starting tag
d)
After the ending tag
15.
Which HTML element is used to create an ordered list?
a)
<ul>
b)
<ol>
c)
<li>
d)
<a>
16.
What do HTML attributes provide?
a)
Formatting options for text
b)
Extra information about elements
c)
The structure of the webpage
d)
The design layout of the page
17.
What is the purpose of the <a> element in HTML?
a)
To create an ordered list
b)
To create a paragraph
c)
To create an anchor or hyperlink
d)
To create a line break
18.
Which attribute in the anchor element specifies the URL of the page the link goes to?
a)
Id
b)
class
c)
href
d)
src
19.
What does the <br> tag do in HTML?
a)
Creates a line break
b)
Defines a paragraph
c)
Inserts an image
d)
Sets the background color
20.
Which tag is used to denote list items in HTML?
a)
<ul>
b)
<ol>
c)
<li>
d)
<a>
21.
What does the <hr> tag do in HTML?
a)
Creates a hyperlink
b)
Inserts an image
c)
Defines a line break
d)
Inserts a horizontal line
22.
Which HTML element is used for defining the most important heading?
a)
<h1>
b)
<h4>
c)
<h6>
d)
<h2>
23.
What is the purpose of the <p> tag in HTML?
a)
Defines a hyperlink
b)
Creates a line break
c)
Defines a paragraph
d)
Inserts an image
24.
Which tag is used for the smallest heading in HTML?
a)
<h6>
b)
<h5>
c)
<h4>
d)
<h3>
25.
What is the purpose of the <li> tag in HTML?
a)
Defines a list item
b)
Creates a line break
c)
Inserts an image
d)
Defines a paragraph
26.
What does the <br> tag do in HTML?
a)
Defines a list item
b)
Creates a line break
c)
Inserts an image
d)
Defines a paragraph
27.
Which HTML element is used to create an ordered list?
a)
<ul>
b)
<ol>
c)
<li>
d)
<a>