e-Review Self Checks
Chapter 4:
HTML Basics
1.
What is the difference between a tag set and an empty tag?
a.
A tag set uses HTML tags, while an empty tag uses regular text characters.
b.
A tag set has its starting and ending tags together with no text in between, while an empty tag separates the starting and ending tags with text.
c.
A tag set has both a starting and ending tag, while an empty tag has only a starting tag.
d.
A tag set has two starting and two ending tags that always appear together, while an empty tag has only one starting and ending tag.
2.
Which of the following best describes HTML tags?
a.
They are case sensitive.
b.
They cannot be nested.
c.
They are not case sensitive.
d.
Only empty tags can be nested.
3.
What are the two main parts of an HTML document?
a.
header and body
b.
title and body
c.
body and tags
d.
tags and text
4.
What tag is used to create all links?
a.
the image tag
<img></img>
b.
the link tag
<link></link>
c.
the href tag
<href></href>
d.
the anchor tag
<a></a>
5.
To change the font color in FrontPage, use the ____ drop-down list from the ____ toolbar.
a.
Font Color, Formatting
b.
Font Color, Standard
c.
Font Style, Formatting
d.
Color, Fonts