HTML Feature: Graphics
You can include pictures or graphics in a page
Use the <IMG> tag (a separator tag)
This tag takes arguments
- SRC: (required) name of image file
- ALT: (optional) text to describe image
- ALIGN: (optional) to align with surrounding text
- other optional arguments
<IMG SRC=“image.fil” ALT=“a cool picture”>