McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Sample Code
Multiple Choice Quiz
True or False
Feedback
Help Center


Programming the Web Using XHTML and JavaScript
Larry Randles Lagerstrom

Images, Links and Multimedia

True or False



1

The PNG format is intended as a replacement for JPEG.
A)TRUE
B)FALSE
2

The JPEG format is best for displaying photographs
A)TRUE
B)FALSE
3

The quotation marks are required in src="http://www.nasa.gov/image folder/earth2.jpg"
A)TRUE
B)FALSE
4

<img> is not a valid XHTML tag.
A)TRUE
B)FALSE
5

The two major browsers (NN and IE) may be used to determine the size of an image in pixels.
A)TRUE
B)FALSE
6

A "Back to Top" link at the bottom of a web page is an example of an external link.
A)TRUE
B)FALSE
7

An advantage to having a multi-page website is that users enjoy clicking hyperlinks.
A)TRUE
B)FALSE
8

The browser displays an image link with a colored border around the image, using a different color than is used for a text link.
A)TRUE
B)FALSE
9

Suppose bridge.jpg is a 4x6 photographic image. Then <a href="bridge.jpg"><img src="bridge.jpg" width=100 height=75 alt="bridge image link" /></a> would display the image as a thumbnail link.
A)TRUE
B)FALSE
10

Suppose bridge.jpg is a 4x6 photographic image. Then <a href="bridge.jpg"><img src="bridge.jpg" width=100 height=75 alt="bridge image link" /></a> would display the image as a thumbnail link, but no download time would be saved by using this method to create the thumbnail image.
A)TRUE
B)FALSE




McGraw-Hill/Irwin