wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Quiz Review

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

HTML stands for?

a)

HammersTend To Mostly Lose

b)

HypoText Madeup Language

c)

HyperText Markup Language

d)

HyperTextual Makeup Language

2.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
3.

the tag <IMG SRC> would insert what into a web page?

a)

Insert a title

b)

Insert a link

c)

Insert an image

4.

What will happen to the text in blue? <p>He named his car <i>The Lightning</i>, because it was very fast.</p>

a)

the content will be displayed in italic

b)

the content will display an image

c)

the content defines text inserted into a document

5.

What will the highlighted tag do? <p>My favorite color is blue<br>I love the Twitter icon color most!

</p>

a)

it will make the text bold

b)

it will place the text on another line

6.
Which format usually works best for photos?
a)

JPEG

b)

DOC

c)

GIF

d)

WAV

7.
What does the <p> tag do?
a)
Creates preformatted text
b)
places a picture in the website
c)
creates a paragraph break
8.

What will happen to the content in blue?<p>This is a spelling mistake <u>parragraph</u> .</p>

a)

it will be in bold

b)

it will be underlined

c)

it will be in italics

9.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
10.
which tag will create the largest heading
a)
<h6>
b)
<h4>
c)
<h2>
d)
<h3>
11.
What does the <HTML> tag tell the browser
a)
that it is an HTML document
b)
defines the documents body
c)
that it contains all the head elements
12.

The <p> tag represents

a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

paragraph tag

13.

</p> represents

a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

paragraph tag

14.
<body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
15.
</body>
a)
Body tag
b)
Paragraph tag
c)
Closing body tag
d)
Header tag
16.

A Header...

a)

Must include your name

b)

First Line of your code

c)

Found at bottom of your code

d)

Not needed in HTML

17.

End of a code is represented with

a)

\

b)

" "

c)

/

d)

>

18.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
19.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
20.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
21.
The content of the web (such as your pictures, text, links) will show up here. 
a)
Head
b)
Body
c)
Style
d)
Folder
22.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
23.

What symbol should precede(start) hexadecimal color codes?

a)

ampersand

b)

semicolon

c)

number sign

d)

equal sign

24.
The default link color for hyperlinks:
a)
green
b)
blue
c)
purple
d)
red
25.

What is iterating?

a)

Responding to irritating people

b)

Re-explaining

c)

Editing code

d)

Making comments to help make code easier to read

26.

<h1> is an example of a _______.

a)

Headline Tag

b)

Paragraph Tag

c)

filename

27.

You'd use <img src=" " > to ______.

a)

start a new website

b)

indent a paragraph

c)

log off your computer

d)

put an image on a page

28.

True or False :

You need 4 pairs of tags to make a webpage

<html></html>

<body></body>

a)

True

b)

False

29.
Web pages are divided into two main sections
a)
Head and Title
b)
Title and Paragraph
c)
Head and Body
d)
Begin and End
30.

The following line of code is written correctly.

<h1><b></u>People in History</b><u></h1><font color="#Fh10101>Many people in history have made an impact on our current lives!</font>

a)

True

b)

False