wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CodeHS Web Design - HTML - Mid-Unit Test

Total questions: 40

Worksheet time: 21mins

Name
Class
Date
1.

Which of the following is the proper format for an HTML tag?

a)

>h1<Content Affected by Tag >/h1<

b)

<h1>Content Affected by Tag<h1>

c)

<h1 Content Affected by Tag />

d)

<h1>Content Affected by Tag</h1>

2.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
3.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
4.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
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.
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.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
9.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
10.
New heading tags can be added by using;
a)
Letters (ie: ha; hb)
b)
Numbers (i.e: h1; h2)
c)
Quotations (ie: h'; h")
d)
You can't do this
11.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
12.
<style>
a)
Found at top of styling options
b)
Allows a heading to be written
c)
Allows the body to be written
d)
Allows attributes to be included
13.
</style>
a)
Found at the bottom of styling options
b)
Allows a heading to be written
c)
Allows the body to be written
d)
Allows attributes to be included
14.
Body tags are used;
a)
Used for only the header
b)
Used only for the paragraph
c)
element that wraps everything that is visible on the page.
d)
Not used in HTML
15.
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
16.
</html>
a)
Found after </h1>
b)
Found after </style>
c)
Found after </body>
d)
Found at bottom of written code
17.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding
18.
Which tag is used to make text bold?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
19.
Which tag is used to create a hyperlink?
a)
<a>
b)
<u>
c)
<b>
d)
<i>
20.
Which tag is used to add a picture to a web-page?
a)
<graphic>
b)
<img>
c)
<pic>
d)
<picture>
21.
What does WYSIWYG stand for?
a)
when you sing is what you get
b)
why your sight is wearing your glasses
c)
what you sign is where you go
d)
what you see is what you get
22.
What is the correct HTML element for inserting a line break?
a)
<lb>
b)
<br>
c)
<break>
d)
<bk>
23.
The following tag will show a bulleted list
a)
<ul>
b)
<ol>
c)
<li>
d)
<list>
24.
Which tag defines a numbered list?
a)
OL
b)
UL
c)
LI
d)
NL
25.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
26.
What is wrong with this code? 
<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
27.
Which character is used to indicate an end tag?
a)
*
b)
^
c)
#
d)
/
28.
Which HTML element defines the title of a document?
a)
<title>
b)
<head>
c)
<name>
d)
<body>
29.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
30.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
31.
What code is a heading?
a)
h1
b)
p
c)
b
d)
a
32.
Can you use copyrighted material for school projects?
a)
yes
b)
no
33.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
34.

which tag is used to insert image in web page

a)

<a href>

b)

<image>

c)

<img src="">

d)

<pic>

35.

Coding Language used to build webpages

a)

HMTL

b)

HTML

c)

HLTM

d)

JavaScript

36.

Not actually displayed

a)

HTML

b)

Browser

c)

HTML Tags

d)

HyperText

37.

To see the resulting webpage

a)

Browser

b)

HTML Tags

c)

HyperText

d)

Run

38.

Text displayed on a computer that has links to other documents

a)

MarkUp Language

b)

HyperText

c)

HTML Tags

d)

Web pages

39.

Says everything between these tags is our html page.

a)

<head>

b)

<title>

c)

<html>

d)

<hltm>

40.

Where the actual content of the document goes and is where most of your html tags will go.

a)

<title></title>

b)

<head></head>

c)

<html></html>

d)

<body></body>