Links
image map
Miscellaneous
shapes
paint
syntax
100

Using these links in conjunction with a navigational image map ensures that if the image does not download or a Web page visitor has images turned off, a user can still navigate to other web pages. 

text

100

with a client-side image map, _______ of the mouse click are included in the HTML file together with the URL of the link.

coordinates

100

when a hotspot on a server-side image map is clicked, additional software is run that is stored on this

web server

100

out of these, which of the following is a possible shape for an image map area

rectangle     

pyramid

cone

rectangle

100

Moving the mouse pointer which way increases the x-coordinate in paint?

to the right

100

client-side image map is placed with these tags

<map></map>

200

it is important to test your pages to ensure that they follow these standards

W3C

200

In this image map, the image is implemented by a program that runs on the Web server

server-side 

200

this tag defines the link and anchors for an image map

<area>

200

for this clickable image shape, you use the center point and the radius as the coordinates 

circular

200

what displays tools that you can use to edit or draw an image when you work in paint?

tools group

200

what is the general syntax for the <area> tag

<area shape=" " coords=" " href=" " alt=" ">

300

What should be included on all web pages that use image maps for navigation?

text links to the URL's reflected in the image maps

300

with a server-side image map, the browser sends the x and y coordinates to the Web server for the position of what on the image map

link

300

a server-side image map uses _______ scripts to make the map work

CGI

300

map areas can use any of the following except?

polygon

rectangle

indexed

circular

indexed

300
which set of coordinates define the hotspot of a circular shape

14, 125

18, 45

35, 18, 15

35, 18, 15

300

which attribute of the <img> tag displays alternate text for the image

alt

400

In an image map, either a specific area or several areas serve as what?

hotspots

400

in a server-side image map the image is displayed by the ______ 

client or browser

400

this attribute of the <area> tag indicates the points bounding the map area

coords

400

you must use the coordinates for each corner of the shape in what type of image

polygonal

400
in paint, what displays the coordinates of the center of the mouse pointer at its current position on the image

status bar

400

this attribute in an <img> tag indicates a server-side image map

ismap

500

a hotspot, when clicked, sends the Web page visitor where?

another part of the same Web page

a different Web page at the same site

a different Web page on a different site 

500

with this image map, the browser does not have to send the x and y coordinates of the mouse click to the Web server

client-side 

500

what kind of image map shape would have the following coordinates: 388,154,71

circle

500

for a circular image section, what is used as a coordinate

center point

500

moving the mouse pointer which way increases the y-coordinate in paint?

down

500

this attribute of the <map> tag defines the map's name

name