wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML5 Skills Review

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.
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.
2.
Fill in the blank:
<_____ href="http://www.google.com">Click Here</_____>
a)
link
b)
img
c)
a
d)
li
3.
Which tag is used to create table rows?
a)
<row>
b)
<table>
c)
<tr>
d)
<trow>
4.
Which tag will show up first in an html page?
a)
</head>
b)
<title>
c)
<body>
d)
</html>
5.
Which of these is incorrect?
a)
<i>Hi</i>
b)
<b>Hi</b>
c)
<br>Hi</br>
d)
<li>Hi</li>
6.
Which tag creates a bulleted list?
a)
<li>
b)
<bl>
c)
<ul>
d)
<ol>
7.
Which of these has correct syntax?
a)
<!DOCTYPE html>
b)
<DOCTYPE! html>
c)
!<DOCTYPE html>
d)
<DOCTYPE html !>
8.
Which tag creates the largest heading?
a)
<h7>
b)
<head>
c)
<h1>
d)
<h6>
9.
What will this code show on the page?
<li>A</li>
a)
∎ A
b)
1. A
c)
∘ A
d)
Need more info
10.
Every web page should include this tag.
a)
<p>
b)
<title>
c)
<h1>
d)
<table>
11.
Which of these is NOT html?
a)
border="1"
b)
background-color: blue
c)
type="text/css"
d)
src="pic.jpg"
12.
Which of these should not be used in HTML5?
a)
<h6>
b)
<strong>
c)
<center>
d)
<head>
13.
Which of these tags should not be followed by a closing tag?
a)
<head>
b)
<img>
c)
<a>
d)
<table>
14.
Which of these could fill in the blank?
<_____ />
a)
p
b)
br
c)
h1
d)
b
15.
Which of these is an HTML element?
a)
src
b)
img
c)
pic.jpg
d)
< >
16.
Which of these is an HTML attribute?
a)
table
b)
border
c)
tr
d)
td
17.
Which of these follows the rules of HTML5?
a)
<b><i>Hi</b></i>
b)
<p><em>Hi</p>
c)
<tr><b>Hi</b><tr>
d)
<h1><i>Hi</i></h1>