Java Games: Flashcards, matching, concentration, and word search.

Chapter 8 SDF PT 1

Correctly match each term with the correct description

AB
Vector Graphicsgraphics that use mathemaatical coordinates with lines curves and shapes to create images
Bitmap Graphicsgraphics that use small dots to creatimages and specify colors.
image mapan image that contains clickable regions sometime called hot spots
hot spotlocated on a image map, when they are clicked on they act as a hyperlink
server side image mapsthese image maps require a CGI script and are not common
client side image mapthe more common image map that allows you to place all code relating to the image map on directly into your html file
<img> tagused to specify an image file in a web page
usemap attributeindicates that the image placed in the web page will use a image map
<map> tagcontainer tag that can be used to image map either before or after the related <img> tag
<map> tags name attributeprovides a reference name for the image map
<map> tags id attributesame purpose as the name attribute, but if you omit it your code will not validate
<area> tagstand alone tags that define the hot spot regions of the image map
<area> tags shape attributeAccepted values for this attribute include, rect, circle, and polygon
<area> tags coords attributethe number and meaning of coordinates based off of the shape attribute value
<area> tags href attributethe value of this attribute is a URL specifying the linked page that will load when the user clicks the hot spot
Hash symbol(#) in the usemap attributes "mapname" valueIndicates that the #mapname vlue represents an image map defined in the smae HTML file



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities