wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5 Basics

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
4.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
5.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
6.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
7.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
8.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
9.
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.
10.
What website can I use to learn more HTML?
a)

baldwithbeard.com

b)

w3schools.com

c)
planetbravo.com
d)
gmail.com
11.
What code is a heading?
a)
h1
b)
p
c)
b
d)
a
12.
CSS controls the.....
a)
Coding
b)
Subject Matter
c)
Style
d)
Robots
13.
P is for......
a)
place
b)
part
c)
potty
d)
paragraph
14.
Can you use copyrighted material for school projects?
a)
yes
b)
no
15.
<html>
a)
Gives you structure and text
b)
Not needed when creating HTML sites
c)
Goes after the <h1>
d)
Goes after the <body>
16.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
17.

</header> is

a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
18.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
19.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
20.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document