wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Quiz

Total questions: 14

Worksheet time: 11mins

Name
Class
Date
1.
What is the first tag you should see in an HTML file?
a)
<title>
b)
<html>
c)
<body>
d)
<h1>
2.
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.
3.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
4.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
5.
Which character is used to indicate an end tag?
a)
{}
b)
<
c)
/
d)
*
6.

Creates a numbered list (Ordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

7.

Creates a bulleted list (Unordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

8.

How confident are you about knowing the tags?

a)

I got this!

b)

I'm doing OK, I just need some practice.

c)

I need some help; I am a little confused about some tags.

d)

I am completely confused.

9.

This tag defines a heading at the smallest size.

a)

<h6>

b)

<h2>

c)

<h7>

d)

<h1>

10.

A software development technique in which two programmers work together at one workstation.

a)

pair programming

b)

partner programming

c)

team programming

d)

solo programming

11.

Pairs in pair programming are comprised of a ...

a)

navigator

b)

a free loader

c)

driver

d)

passenger

12.
Google, Bing and Yahoo are all examples of what?
a)
Web browsers
b)
Search engines
c)
Web engines
d)
Text editors
13.

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>

14.

Google Chrome, Firefox and Safari are all examples of what?

a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors