| A | B |
| <hr> | used to create a horizontal line across the web page |
| <img> | used to display a graphical image on your page |
| src | attribute of the <img> tag used to specify the name and if neccessary the location of your image |
| Joint Photographic Experts Group JPEG | format that supports millions of colors and is typically used for photographs and complex images |
| Graphics Interchange Format GIF | supports 256 colors best suited for line art custom drawings and navigational images |
| interlacing | the ability for an image to render gradually as it downloads |
| animation | a series of images appearing in sequence to create the effect of motion |
| Portable Network Graphics PNG | A graphic file format that supports transperancy, interlacing, and compression similar to GIF 89a, but also supports animation. |
| alt | attribute used with the <img> tag that specifies alternate text to appear while the graphic is loading, or in place of the graphic in non graphical browsers such as Lynx |
| hspace | attribute of the <img> tag that aligns the image horizontally, moving it to the right |
| vspace | attribute of the <img> tag that aligns the image vertically, moving it down from the top |
| height | attribute of the <img> tag that resizes the images original height dimension |
| width | attribute of the <img> tag that resizes the images original width dimension |