Align Image
Now that you have placed the inline image into your HTML document, you probably want
to align it just right. To align images use the ALIGN attribute
within the <IMG> tag. Here is the syntax:
<IMG SRC="URL" ALIGN="alignment" ALT="alternate text information">
Where alignment can be one of the following options:
Newer browser versions also support the following options:
- left
- right
- texttop
- absmiddle
- absbottom
- baseline
Let's look at some examples before going
to clickable images.