The image tag <IMG SRC="image URL"> has an alignment feature.
The alignment can be set to:
-
right
- left
- center
- top
- bottom
Alignment of Image in Relation to the Page
This is the result of <IMG SRC="image URL" ALIGN=RIGHT> :
This is the result of <IMG SRC="image URL" ALIGN=LEFT> :
Alignment of Image in Relation to Text
This is the result of <IMG SRC="image URL" ALIGN=Center>.
The image is aligned so that the text is at the center.
This is the result of <IMG SRC="image URL" ALIGN=TOP>.
The image is aligned so that the text is at the top.
This is the result of <IMG SRC="image URL" ALIGN=Bottom>.
The image is aligned so that the text is at the bottom.