Name:     ID: 
 
    Email: 

Chapter 1 & Intro

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

1. 

You can use hyperlinks to move to a different Web page, but not a different section of the same Web page.
 

2. 

HTML is an acronym for Hypertechnology Markup Language.
 

3. 

Tim Berners-Lee created the system of tags that is now known as HTML.
 

4. 

Good Web site design provides ease of navigation to allow users to find content quickly and easily.
 

5. 

A webbed Web site layout has no set structure and is good for information that does not need to be read in order.
 

6. 

Web sites rarely are a combination of more than one layout.
 

7. 

Web page titles are optional and add little value to the page.
 

8. 

A Web page background can be a solid color, a picture or graphic, or the default standard white or gray background.
 

9. 

Headings are the same font size as normal text, but they usually are bold or italic.
 

10. 

You can use a link to trigger e-mail messages to be sent to you or to other people associated with the Web page.
 

11. 

HTML is case sensitive, so be sure to be careful when you type tags.
 

12. 

One method of maintaining a consistent look to your Web site is to use the same sized heading for all topics on the same level.
 

13. 

The bullet options for an unordered list are oval, rectangle, or star.
 

14. 

The default alignment for headings is centered.
 

15. 

If a feature on a Web page is appealing, you can view its source and copy sections of the HTML code to put in your own Web pages.
 

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

16. 

To connect its worldwide network of computers, the Internet uses which of the following?
a.
high-speed data lines
b.
zero-speed data lines
c.
A-speed data lines
d.
all of the above
 

17. 

A Web server is any computer connected to the Internet that has which of the following types of software installed?
a.
publishing software
b.
server software
c.
browser software
d.
either b. or c.
 

18. 

The term, e-commerce, refers to which of the following?
a.
the buying and selling of goods and services on the Internet
b.
extended commerce
c.
both a. and b.
d.
neither a. nor b.
 

19. 

Which of the following is an example of a Uniform Resource Locator?
a.
<I>
b.
</BODY>
c.
http://www.lycos.com
d.
none of the above
 

20. 

Which of the following is the authoring language used to create documents on the World Wide Web?
a.
hypertext markup language
b.
HTT
c.
object oriented language
d.
hypertext programming
 

21. 

In HTML, which of the following is used to refer to colors on a Web page?
a.
six-digit number codes
b.
hexidecimals
c.
either a. or b.
d.
neither a. nor b.
 

22. 

Generally, which of the following heading styles is used for the main heading of a Web page?
a.
<H1>
b.
<H2>
c.
<H3>
d.
<H6>
 

23. 

Which of the following is the HTML tag used to insert a horizontal rule?
a.
<HOR>
b.
<HR>
c.
<RUL>
d.
none of the above
 

24. 

If you have edited your file in Notepad and your browser is open, which of the following will allow you to view the new changes in the browser?
a.
the Refresh button
b.
the Home button
c.
either a. or b.
d.
neither a. nor b.
 

25. 

Which of the following tags is the introduction to the file that follows the <HTML> tag?
a.
<HEAD>
b.
<INTRO>
c.
<BODY>
d.
<TITLE>
 

26. 

Which of the following is the final set of tags that indicates the boundaries of a Web page?.
a.
<BODY> and </BODY>
b.
<BOUND> and </BOUND>
c.
<HEAD> and </HEAD>
d.
<OPEN> and <CLOSE>
 

27. 

Which of the following indicates the beginning of a new paragraph by inserting a blank line above the new paragraph?
a.
<P></P>
b.
<BR>
c.
<NEW></NEW>
d.
<BL>
 

28. 

Which of the following tags breaks a line of text exactly at the point at which the tag appears?
a.
<P></P>
b.
<BR>
c.
<NEW></NEW>
d.
<BL>
 

29. 

Unordered lists also are known as which of the following?
a.
numbered lists
b.
bracketed lists
c.
formatted lists
d.
bulleted lists
 

30. 

Ordered lists also are known as which of the following?
a.
numbered lists
b.
bracketed lists
c.
formatted lists
d.
bulleted lists
 

31. 

If you want to change the default bullet or number type, which of the following should you use within the <OL> or <UL> tags?
a.
type key
b.
TYPE attribute
c.
list option
d.
default setting
 

32. 

Web servers with which of the following operating systems allow long file names?
a.
Windows 95
b.
Windows 98
c.
Macintosh
d.
all of the above
 

33. 

Which of the following is not an option when using ordered lists?
a.
letters
b.
Roman numerals
c.
circles
d.
numbers
 

34. 

To change the background color on a Web page, you use BGCOLOR in which of the following tags?
a.
<HEAD>
b.
<BODY>
c.
<COLOR>
d.
<TITLE>
 

35. 

Which of the following specifies left-alignment?
a.
ALIGN="LEFT"
b.
ALIGN/LEFT
c.
LEFT ALIGN
d.
ALIGN(LEFT)
 

Completion
Complete each sentence or statement.
 

36. 

Proofreading content, checking links, and reviewing the HTML code are actions associated with the ____________________ phase in the Web development life cycle.
 

 

37. 

Usability testing for a Web site should focus on content, navigation, and ____________________.
 

 

38. 

HTML combines the descriptive tags of ___________________________________ with special tags that denote formatting styles.
 

 

39. 

A ______________________________ editor is a program that provides a graphical user interface that allows a developer to see what the Web page will look like while the document is being created.
 

 

40. 

The <HR> tag inserts a(n) ____________________.
 

 

41. 

The heading size, <____________________>, is the largest of the heading sizes.
 

 

42. 

The ____________________ of the Web page contains the information that displays in the browser window.
 

 

43. 

The ____________________ of a Web page is similar to the wallpaper in Windows.
 

 

44. 

HTML files must end with an extension of .html or ____________________.
 

 

45. 

____________________ are used to set off different paragraphs of text or different sections of a page.
 

 

46. 

Any kind of graphic, also referred to as a(n) ____________________, is an important element of a Web page.
 

 

47. 

Generally, the home page of a Web site with an extension of .html is called ____________________.
 

 

48. 

____________________ serve as the primary way to navigate between pages.
 

 

49. 

In order to view your Web page in a browser, you first must ____________________ the HTML file.
 

 

50. 

The default bullet style is ____________________.
 

 



 
Submit          Reset Help