Images
- The image
container: <img attribute list>
- Some attributes:
- src - source file; common types:
- GIF - compressed, data retained
- JPEG - compressed, data lost; for photos
- alt - text alternative to image
- align - image location
- height - image height (in pixels)
- width - image width
- border - border thickness around image
- hspace - horizontal space around image
- vspace - vertical space around image
- Example:
<img src="new.gif" align=right>