What is one risk you may in-counter using image maps navigational elements?
if the image does not load, a user will not have the ability to navigate to other linked Web pages.
the second number of a coordinate pair is the
the y-coordinate
what is the definition of image map button bar?
a navigation bar that uses graphical images.
the does the <map> tag create?
the client-side image map.
what does <head> mean?
what is a header?
How can you avoid performance issues? such as downloading images and etc.
turn off the viewing of images when they browse Web pages, electing to display only text in their browsers.
the first number of a coordinate pair is the
the x-coordinate
What are "character entity references"?
are code snippets that are interpreted by Web Browsers to display special characters.
What does the <area> tag define?
the specific areas of the map and the links and anchors for those areas.
what does <img usemap> indicate?
Indicates the URL of a client-side image map.
What does text links enable you to do?
Using text links conjunction with the image map ensures that if the image does not download or a Web page visitor has images turned off.
Where does the y-axis run?
runs vertically along the left of the of the image .
what does the start <map> tag & end <end> tag define ?
both define the section of code that includes the client-side image map.
<area shape> indicates what?
indicates the shape of the map area; possible values are rect., poly,and circle.
what does <img ismap> indicate?
Indicates a server-side image map.
How can image maps enhance the functionality and appeal of Web Pages?
using an image map button bar
Where does the x-axis run?
runs horizontally along the base of the image.
What does the "alt tribute" define?
the "alt tribute" defines alternate text for the image.
What does <img> tag signify as?
image
What does a server-side image map use?
What can a Web page visitor do?
click a geographical area on the map and be linked to additional information about that location.
What two components do "image maps" consist of?
an image and a map definition that defines the hotspots and the URLs to which they link.
What does the "href attribute" define?
the "href attribute" designates the URL of the link.
<area alt> indicates what?
Indicates the alternate text for the image.
an image map that is run by the browser rather than by a CGI script on the web browser.