wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Fundamentals

Total questions: 14

Worksheet time: 8mins

Name
Class
Date
1.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
2.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
3.
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.
4.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
5.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
6.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
7.
The first code on a website is?
a)
body
b)
html
c)
p
d)
h1
8.
What website can I use to learn more HTML?
a)
code.com
b)
codeacademy.com
c)
planetbravo.com
d)
gmail.com
9.
What code is a heading?
a)
h1
b)
p
c)
b
d)
a
10.
Html language...
a)
is the coding used to create Websites
b)
is the coding used to create font sizes and colors
c)
is the coding used to create drawings
d)
is never used in the outside world
11.
Where in your HTML document should you include the code <!DOCTYPE html>?
a)
body section
b)
doesn't matter
c)
last line
d)
first line
12.
Which of these appears inside the <title> element?
a)
A
b)
B
c)
C
13.
What does the tag <br> indicate?
a)
ordered list
b)
image
c)
paragraph
d)
break
14.
The <strong> tag will ___________ the text.
a)
Capitalize
b)
Bold
c)
Italicize
d)
Underline