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
with a client-side image map, _______ of the mouse click are included in the HTML file together with the URL of the link.
coordinates
when a hotspot on a server-side image map is clicked, additional software is run that is stored on this
web server
out of these, which of the following is a possible shape for an image map area
rectangle
pyramid
cone
rectangle
Moving the mouse pointer which way increases the x-coordinate in paint?
to the right
client-side image map is placed with these tags
<map></map>
it is important to test your pages to ensure that they follow these standards
W3C
In this image map, the image is implemented by a program that runs on the Web server
server-side
this tag defines the link and anchors for an image map
<area>
for this clickable image shape, you use the center point and the radius as the coordinates
circular
what displays tools that you can use to edit or draw an image when you work in paint?
tools group
what is the general syntax for the <area> tag
<area shape=" " coords=" " href=" " alt=" ">
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
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
a server-side image map uses _______ scripts to make the map work
CGI
map areas can use any of the following except?
polygon
rectangle
indexed
circular
indexed
14, 125
18, 45
35, 18, 15
35, 18, 15
which attribute of the <img> tag displays alternate text for the image
alt
In an image map, either a specific area or several areas serve as what?
hotspots
in a server-side image map the image is displayed by the ______
client or browser
this attribute of the <area> tag indicates the points bounding the map area
coords
you must use the coordinates for each corner of the shape in what type of image
polygonal
status bar
this attribute in an <img> tag indicates a server-side image map
ismap
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
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
what kind of image map shape would have the following coordinates: 388,154,71
circle
for a circular image section, what is used as a coordinate
center point
moving the mouse pointer which way increases the y-coordinate in paint?
down
this attribute of the <map> tag defines the map's name
name