Name:     ID: 
 
    Email: 

Chap 1 & 2

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

1. 

When text is used to identify a hyperlink, it usually is given the same color as the normal text for the purpose of consistency.
 

2. 

You can view the HTML code on any Web page from within Internet Explorer, as long as you are the author of that page.
 

3. 

Text links generally are underlined and different in color to indicate their location.
 

4. 

Developers often use links within a Web page as commands or as a table of contents.
 

5. 

It is standard to include an e-mail link on the home page so visitors can e-mail you directly from the initial page of a Web site.
 

6. 

Images can be used as backgrounds, horizontal rules, or as pictures or graphics on any Web page.
 

7. 

If you make an image too large, it will look grainy.
 

8. 

The text that you use as a hotspot should not divulge the purpose of the link.
 

9. 

It is unnecessary to test a Web page's links to verify that they function as expected.
 

10. 

It is a good idea to add a link named, To top, that takes the Web page visitor back to the top of the current page.
 

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

11. 

Which of the following can be added to a Web site to improve its appearance?
a.
text formatting
b.
a horizontal rule
c.
background color
d.
all of the above
 

12. 

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
 

13. 

Which of the following will print a page that is displaying the browser?
a.
clicking Print on the File menu
b.
clicking File on the menu bar
c.
clicking the Notepad button on the taskbar
d.
none of the above
 

14. 

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>
 

15. 

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>
 

16. 

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>
 

17. 

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

18. 

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
 

19. 

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

20. 

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>
 

21. 

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

22. 

Which of the following is a valid type of link?
a.
links within a Web page
b.
links to another Web site
c.
e-mail links
d.
all of the above
 

23. 

The power of the Web centers on which of the following capabilities?
a.
formatting
b.
linking
c.
graphics
d.
all of the above
 

24. 

Moving the mouse pointer over the hotspot on a Web page also displays, on the status bar of the browser, the ____ to which you will be moved.
a.
browser
b.
URL
c.
server
d.
tag
 

25. 

Which of the following attributes of the BODY tag controls the color of a normal link that has not been clicked?
a.
VLINK
b.
ALINK
c.
LINK
d.
all of the above
 

26. 

Which of the following attributes of the BODY tag controls the color of a link on which a mouse has been pressed but not clicked?
a.
VLINK
b.
ALINK
c.
LINK
d.
all of the above
 

27. 

The format that you will use to change the color of the text is <FONT COLOR=" ">, with the ____ between the quotations marks.
a.
color number code
b.
color name
c.
color attribute
d.
color formula
 

28. 

JPEG files have an extension of which of the following?
a.
.jpg
b.
.jpeg
c.
either a. or b.
d.
neither a. nor b.
 

29. 

Which of the following files often are used for photographs because they support millions of colors?
a.
JPEG
b.
PNG
c.
GIF
d.
any of the above
 

30. 

Which of the following image formats has been developed and approved by the World Wide Web Consortium as an Internet graphics standard?
a.
PNG
b.
JPEG
c.
BMP
d.
GIF
 

31. 

Which of the following is a Web image format?
a.
JPEG
b.
PNG
c.
GIF
d.
any of the above
 

32. 

Most paint programs will indicate the height and width of an image in ____.
a.
coordinates
b.
pixels
c.
lines
d.
jpegs
 

33. 

Which of the following attributes of the anchor tag sets the size of the shape using pixel or percentage lengths?
a.
PICT
b.
INLINE
c.
COORDS
d.
IMG
 

34. 

Which of the following tags are used to create an e-mail link?
a.
<A> and </A>
b.
<EM> and </EM>
c.
<MAILTO> and </MAILTO>
d.
none of the above
 

35. 

Which of the following is used for a link that creates electronic mail?
a.
Email
b.
Mailto
c.
Compose
d.
Newmessage
 

36. 

Which of the following tags creates bold text?
a.
<BOLD> and </BOLD>
b.
<HEAVY> and </HEAVY>
c.
<B> and </B>
d.
<EM> and </EM>
 

37. 

Which of the following tags italicize text?
a.
<ITALS> and </ITALS>
b.
<WAVY> and </WAVY>
c.
<I> and </I>
d.
<IT> and </IT>
 

38. 

Which of the following tags support preformatted material?
a.
<FORM> and </FORM>
b.
<FONT> and </FONT>
c.
<PRESET> and </PRESET>
d.
<PRE> and </PRE>
 

39. 

Which of the following tags are used to change text size relative to the text around it?
a.
<BIG> and </BIG>
b.
<SMALL> and </SMALL>
c.
<COMPARE> and </COMPARE>
d.
both a and b
 

40. 

The ____ tag is used to control line breaking within text that has been set off using the <BLOCKQUOTE> tag.
a.
<P>
b.
<BR>
c.
<PRE>
d.
both a and b
 

41. 

Which of the tags is used for text that must be placed above the normal text?
a.
<SUP></SUP>
b.
<SUB></SUB>
c.
<PRE></PRE>
d.
<I></I>
 

42. 

Within the <IMG> tag, you use the ____ attribute to right-align text around an image.
a.
RIGHT-ALIGN
b.
ALIGNMENT=R
c.
CLEAR=RIGHT
d.
ALIGN=RIGHT
 

43. 

Use the ____ character before a target name to create a link to the target.
a.
&
b.
#
c.
$
d.
%
 

44. 

Which of the following attributes of the <IMG> tag controls the amount of vertical space around an image?
a.
VRISE
b.
VERT
c.
VSPACE
d.
VCLIMB
 

45. 

You can create a(n) ____ version of an image by resizing the image in a paint program and saving it with a different file name.
a.
icon
b.
bulleted
c.
thumbnail
d.
GIF
 

46. 

Which of the following is a source of Web page images?
a.
original images created with a paint program
b.
clip art purchased on CD-ROM
c.
scanned images, pictures, or graphics
d.
all of the above
 

Completion
Complete each sentence or statement.
 

47. 

The default bullet style is ____________________.
 

 

48. 

The ______________________ attribute of the <BODY> tag controls the color of a link that has been clicked or visited.
 

 

49. 

The SRC, HEIGHT, and WIDTH attributes are all used with the <______________________> tag.
 

 

50. 

A(n) ______________________ on an image makes the image display as it if has a frame around it.
 

 



 
Submit          Reset Help