The navigation bar that uses images
What is image map button bar?
Tag that defines specific areas of the map
What is <area>?
This is used with the code <img>
Its function is to indicate the URL of a client-side image map.
What is usemap?
Image maps can be used to
A. Enhance functionality and appeal
B. Link to other information
C. All of the Above
What is C?
This is an intersection between a row and column
What is a cell?
The code snippets that are interpreted by web browsers to display special characters
What is character entity references?
This tag creates the client-side image map
What is <map>?
Used with the tag <map>
Its function is to define the map name
What is name?
Use this to figure out what will be the hotspot/clickable are in the image
A. Paint
B. Guess the coordinates
C. None of the Above
What is A?
This tag allows you to start a table
What is <table>?
The first number of this is the x-coordinate and the second number is the y-coordinate.
What is coordinate pair?
This tag allows you to close a <map> tag
What is </map>?
This is used with the tag <area>
Its function is to indicate the shape of the map area
What is shape?
This attribute indicates a link used fro a map area
A. alt
B. href
C. None of the Above
What is B?
This describes the location of where a file can be found
What is path?
With this the browser does all of the work rather than the web server
What is client-side image map?
This tag close the <map> tag
What is </map>
Indicates the x- and y- coordinates of the points bounding the map area
This is used with the <area> tag
What is coords?
These are other tools you can use instead of Paint to create image maps
A. Image Map Tool, CoffeeCup Image Mapper, and Mapedit
B. Tags and Image Map Tool
C. None of the above
What is A?
This a a smaller version of an image
What is a thumbnail image?
The image is displayed by the browser and implemented by a program that runs on the web server.
What is server-side image map?
This tag can allow you to create image maps
What is <img>
This indicates a server-side image map.
Used with the <img> tag
What is ismap?
This is the group in Paint that displays what can be used to edit or draw an image
A. Color Group
B. Tools Group
C. None of the above
What is B?
This is descriptive text located above or below a table
What is a table caption?