| A | B |
| background image | image file used in place of a background color |
| tiled image | small images that repeats across and down a web page |
| internal link | links to web pages within the same site |
| external link | links to other web pages in other web sites or email addresses |
| url | uniform resource locator |
| relative path | used for files withtin the same web site. Includes file name and folder locations |
| absolute path | used for external links that includes the complete address of the destination page |
| named anchor | a specific location on a web page that has a descriptive name |
| target | the location on a web page that a browser displays when an internal link is clicked |
| vector-based graphics | images created by mathematical equations. Flash |
| pixel-based graphics | images created by little dots of color. Photoshop |
| flash text | vector-based graphic file that contains text |
| link element | the image and/or text and all of the code information included in a link |
| state | the condition of the element relative to the mouse pointer |
| up image | the state when th emouse pointer is not on top of the element |
| down image | the state when you click the element |
| over image | the state when the mouse pointer is positioned on top of the element |
| over while down image | the state when the mouse pointer is positioned over an element that has een clicked |
| image map | an image that contains at least one hotspot |
| hotspot | a clickable area on an image that works as a link |