wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Quiz 1

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.
What do the letters HTML stand for?
a)
Hyper Text Make Up Language
b)
Hyper Text Mark Up Language
c)
Hi Text Mark language
d)
Hyper Text Mark Up Literacy
2.
What extension do Web pages have
a)
exe
b)
html
c)
doc
d)
.xls
3.
Which of the following tags is a closing tag for the code on a web page?
a)
</html>
b)
<html>
c)
<!html>
d)
<end>
4.
Which tag gives the largest text?
a)
<h4>
b)
<h3>
c)
<h2>
d)
<h1>
5.
Which tag gives the smallest text?
a)
<h4>
b)
<h3>
c)
<h6>
d)
<h1>
6.
What tag is a closing tag?
a)
<h1>
b)
<title>
c)
<h6>
d)
</title>
7.
HTML tags are always surrounded by
a)
( )
b)
{ }
c)
< >   
d)
"  "
8.
What does the tag <p> indicate?
a)
ordered list
b)
unordered list
c)
paragraph
d)
break
9.
Any content that is visible on your web page should go between these tags.
a)
<html></html>
b)
<style></style>
c)
<body></body>
10.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
11.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>