NEW
Font size
S
M
L
XL
WorksheetsWeb Design- HTML Review
Total questions: 17
Worksheet time: 8mins
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.
What is the correct HTML element for inserting a line break?
a)
<lb>
b)
<br>
c)
<break>
d)
<bk>
3.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
4.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
5.
The content of the web (such as your pictures, text, links) will show up here.
a)
Head
b)
Body
c)
Style
d)
Folder
6.
Which of the following is the largest heading?
a)
H2
b)
H3
c)
H4
d)
H6
7.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
8.
Which web image format supports both transparency AND animation?
a)
PNG
b)
JPG
c)
SWF
d)
GIF
9.
What symbol should precede hexadecimal color codes?
a)
ampersand
b)
semicolon
c)
number sign
d)
equal sign
10.
Which tag defines a numbered list?
a)
OL
b)
UL
c)
LI
d)
NL
11.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
12.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
13.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
14.
Images in your webpage may have the following extensions except
a)
.png
b)
.gif
c)
.jpg
d)
.psd
15.
What is wrong with this code?
<h1> Goose <p> is really cool </p>
<h1> Goose <p> is really cool </p>
a)
It isn't inside of body
b)
It is missing a closing statement
c)
It is missing capital letters
d)
Goose isn't cool
16.
Which character is used to indicate an end tag?
a)
{}
b)
<
c)
/
d)
*
17.
How can you make a text bold?
a)
<b>text</b>
b)
<strong>text</strong>
c)
Both 1 and 2
d)
Neither 1 and 2
Reset
