Name:     ID: 
 
    Email: 

Web Page Design-HTML-Basic Tags-Chapter 7 Examination

True/False
Indicate whether the sentence or statement is true or false.
 

 1. 

HTML stands for Hypertext Markup Language.
 

 2. 

HTML is made up of a series of plain text tags that are used to modify text in some way.
 

 3. 

The HTML that is used to create a Web page is sometimes called source code.
 

 4. 

Special symbols like the copyright symbol (©) cannot be displayed using HTML.
 

 5. 

Anything within the <HEAD> section of an HTML page will appear on every page within a single Web site.
 

 6. 

Tags that come in pairs and have ending tags are called container tags.
 

 7. 

Both ordered and unordered lists can be constructed easily in HTML.
 

 8. 

The <H1> tag produces text that is smaller than the <H6> tag.
 

 9. 

To increase color consistency between browsers and operating systems, colors should be represented with hexadecimal color codes.
 

 10. 

Attributes can be used to modify the properties of an HTML tag.
 

 11. 

The FACE attribute can be used along with the <FONT> tag to specify which font should be used on a page.
 

 12. 

HTML is not case-sensitive.
 

 13. 

Extra white space in HTML is never ignored, so proper indenting is important.
 

 14. 

It is the job of the Web browser to interpret the HTML to generate a Web page.
 

 15. 

HTML tags that do not have ending tags are called empty tags.
 

Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
 

 16. 

What organization helps to create standards for different versions of HTML?
a.
ARPA
c.
Department of Defense
b.
World Wide Web Consortium
d.
World Wide Web Validation Team
 

 17. 

What should you remember when creating a title for a Web page?
a.
Include as many keywords as possible in the title.
b.
The title of the page is not important.
c.
Use the same title on each page of the site.
d.
Keep titles short and descriptive.
 

 18. 

Which is not true of HTML?
a.
HTML was invented by Tim Berners-Lee.
b.
HTML is case sensitive.
c.
HTML ignores extra white space.
d.
All of the above
 

 19. 

What is the purpose of the <META> tag?
a.
describe information about the HTML document
b.
define the script area
c.
define content between the head and body
d.
There is no <META> tag.
 

 20. 

Why should hexadecimal colors be used in Web pages?
a.
because the additive method does not work
b.
to make the source code more protected
c.
to make colors more universal across browsers
d.
The use of WYSIWYG editors require it.
 

 21. 

Which tag is used to force the text down to the next line?
a.
<META>
c.
<H2>
b.
<HEAD>
d.
<BR>
 

 22. 

What are the two main parts of a Web page?
a.
Meta and head
c.
Meta and body
b.
head and body
d.
script and body
 

 23. 

What is source code?
a.
plain text HTML code that makes up a Web page
b.
precompiled code used on Web pages
c.
text that is inserted into a Web page
d.
none of the above
 

 24. 

Which tag is used to begin an unordered list?
a.
<OL>
c.
<LI>
b.
<UL>
d.
<LIST>
 

 25. 

What is the HTML special character for a blank space?
a.
&nbsp;
c.
&copy;
b.
&amp;
d.
&quot;
 

 26. 

Which tag is an empty tag?
a.
<LI>
c.
<BR>
b.
<P>
d.
<FONT>
 

 27. 

Which tag is used to change the font that is used?
a.
<LI>
c.
<BR>
b.
<FONT>
d.
<META>
 

 28. 

Which tag would create the smallest text?
a.
<H1>
c.
<H3>
b.
<H2>
d.
<H4>
 

 29. 

Which tag is used to designate individual list items?
a.
<OL>
c.
<ITEM>
b.
<UL>
d.
<LI>
 

 30. 

Why is it important to understand what the WYSIWYG programs are doing behind the scenes for you?
a.
to aid in understanding all of he menu options
b.
to aid in fine-tuning the HTML that they create
c.
to aid in setting properties through the program
d.
all of the above
 



 
Submit          Reset Help