wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5

Total questions: 26

Worksheet time: 13mins

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.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
5.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
6.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
7.
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.
8.
P is for......
a)
place
b)
part
c)
potty
d)
paragraph
9.
<html>
a)
Gives you structure and text
b)
Not needed when creating HTML sites
c)
Goes after the <h1>
d)
Goes after the <body>
10.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
11.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
12.

What is the correct HTML for making a checkbox?

a)

<checkbox>

b)

<input type="checkbox">

c)

<check>

d)

<input type="check">

13.

What is the correct HTML for making a drop-down list?

a)

<list>

b)

<input type="dropdown">

c)

<input type="list">

d)

<select>

14.

What is the correct HTML for making a text input field?

a)

<input type="textfield">

b)

<textinput type="text">

c)

<textfield>

d)

<input type="text">

15.

In HTML, which attribute is used to specify that an input field must be filled out?

a)

required

b)

validate

c)

formvalidate

d)

placeholder

16.

The viewer never sees the transfer of data when the form uses <form method="get">.

a)

True

b)

False

17.

Checkbox buttons let users select one or more of a particular set of choices

a)

True

b)

False

18.
What is wrong with this tag:
<img src="mypic.jpg" />
a)
src should be replaced with href
b)
The </img> tag is missing.
c)
The alt attribute is missing.
d)
There are no errors.
19.
Fill in the blank:
<_____ href="http://www.google.com">Click Here</_____>
a)
link
b)
img
c)
a
d)
li
20.
Which tag is used to create table rows?
a)
<row>
b)
<table>
c)
<tr>
d)
<trow>
21.
Which tag will show up first in an html page?
a)
</head>
b)
<title>
c)
<body>
d)
</html>
22.
Which tag creates the largest heading?
a)
<h7>
b)
<head>
c)
<h1>
d)
<h6>
23.
Every web page should include this tag.
a)
<p>
b)
<title>
c)
<h1>
d)
<table>
24.
Which of these should not be used in HTML5?
a)
<h6>
b)
<strong>
c)
<center>
d)
<head>
25.

_______ tag defines some content loosely related to the page content.

a)

<article>

b)

<aside>

c)

<source>

d)

<section>

26.

______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.

a)

Element

b)

Attribute

c)

custom

d)

canvas