ITS

Samples of Image Tags


Each example below shows an image aligned with text in a different way. The left side of each example table shows the HTML code used to do the style of alignment displayed on the right.
<img align=top src="path"> This image looks like this when aligned "top."








<img align=middle src="path"> This image looks like this when aligned "middle."








<img align=bottom src="path"> This image looks like this when aligned "bottom."








<img align=left src="path"> This image looks like this when aligned "left."








<img align=right src="path"> This image looks like this when aligned "right."








<img align=absmiddle src="path"> This image looks like this when aligned "absmiddle."








<img align=abstop src="path"> This image looks like this when aligned "abstop."








<img align=absbottom src="path"> This image looks like this when aligned "absbottom."








<img align=texttop src="path"> This image looks like this when aligned "texttop."








<img align=baseline src="path"> This image looks like this when aligned "baseline."


To the HTML Tags Page.
To the "Starting a Web Page" Page.