wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Tags

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.
What is the first tag that you put in a html document?
a)
<head>
b)
<header>
c)
<DOCTYPE html>
d)
<!DOCTYPE html>
2.
What is the second tag that you put in a html document?
a)
<head>
b)
<header>
c)
<title>
d)
<!DOCTYPE html>
3.
In a basic web page, what is the third tag that you might put in a html document?
a)
<title>
b)
<header>
c)
<!DOCTYPE html>
d)
<html>
4.
Which of the following tags are in the <head>
a)
<script>
b)
<body>
c)
<header>
d)
<h1>
5.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<meta>
d)
<h1>
6.
Which of the following tags are in the <head>
a)
<p>
b)
<body>
c)
<footer>
d)
<title>
7.
Which of the following tags are the last tag on a html document
a)
<end>
b)
</body>
c)
</footer>
d)
</html>
8.
The <body> tag comes after the <head> tag - true or false?
a)
True
b)
False
9.
The <header> tag comes after the <body> tag - true or false?
a)
True
b)
False
10.
The <head> tag comes after the <body> tag - true or false?
a)
True
b)
False
11.
  <link rel = "stylesheet"  href="mystyle.css"> is in the <head> tag - true or false?
a)
True
b)
False
12.
The <nav> tag is in the <head> - true or false ?
a)
False
b)
True
13.
<div class="container"> needs to be put below which tag?
a)
<header>
b)
<head>
c)
<footer>
d)
<body>
14.
What is missing from this CSS snippet : nav ul a {  text-decoration: none;
a)
</nav>
b)
{
c)
}
15.
What is missing from this CSS snippet : div.container  width: 100%;}
a)
</nav>
b)
{
c)
}
16.
What is missing from this html snippet : <footer>Copyright &copy; Rachael Folds 2017<footer>
a)
</html>
b)
</footer>
c)
</>