NEW
Font size
S
M
L
XL
WorksheetsHTML Test 2
Total questions: 10
Worksheet time: 5mins
Name
Class
Date
1.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
2.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
3.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
4.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
5.
What does a closing tag look like?
a)
< >
b)
<\ >
c)
</ >
d)
<< >>
6.
Which is the proper way to write an h1 tag
a)
<h1>Hello</h1>
b)
<h1>"Hello
c)
{h1}Hello{/h1}
d)
<h1>Hello<h1>
7.
Which of the following codes would create a horizontal line
a)
<br>
b)
<h1></h1>
c)
<hr>
d)
<p>
8.
Which code below is correct for a hyperlink
a)
<a>
"https://google.com"
Click Me
</a>
b)
<a>Click Me>
"https://google.com"
</a>
c)
<a herf="https://google.com">
Click Me
</a>
d)
<a href="https://google.com">
Click Me
</a>
9.
src attribute in an image tag means what?
a)
Source of the image
b)
Name of the image
c)
Description of the image
d)
Not used with image tag
10.
<th></th> is the code for .....
a)
a table row
b)
a table column
c)
a table header
d)
Thanos
Reset
