Examples


The Image at the left and was placed on the page using the code:

<IMG SRC="sunset.jpg">


The Image at the left was placed on the page using the code:

<A HREF="http://howdyyall.com">
  <IMG SRC="sunset.jpg">
</A>


The Image below was placed on the page using the code: <CENTER><IMG SRC="sunset.jpg"></CENTER>




The Image at the left was placed on the page using the code:

<A HREF="http://howdyyall.com">
  <IMG SRC="sunset.jpg" BORDER="0">
</A>


Click her to go to Howdy Y'all .com
The Image at the left was placed on the page using the code:

<IMG SRC="sunset.jpg" ALT=" Go To  Howdy Y'all .com">


The Image at the left was placed on the page using the code:

<IMG SRC="sunset.jpg" WIDTH="400">


The Image at the left was placed on the page using the code:

<IMG SRC="sunset.jpg" HEIGHT="100">


The Image at the left was placed on the page using the code:

<IMG SRC="sunset.jpg" WIDTH="400" HEIGHT="150">


The Image at the right was placed on the page using the code:
<IMG SRC="sunset.jpg" ALIGN="RIGHT">

Demonstration Text: The ALIGN attribute specifies the way the image is aligned in its space and the side to which text should wrap. Values for ALIGN include ABSMIDDLE, ABSBOTTOM, BASELINE, BOTTOM, CENTER, MIDDLE, LEFT, RIGHT, TEXTTOP and TOP.


The Image at the right was placed on the page using the code:
<IMG SRC="sunset.jpg" ALIGN="RIGHT" HSPACE="30">

Demonstration Text: The ALIGN attribute specifies the way the image is aligned in its space and the side to which text should wrap. Values for ALIGN include ABSMIDDLE, ABSBOTTOM, BASELINE, BOTTOM, CENTER, MIDDLE, LEFT, RIGHT, TEXTTOP and TOP.


The Image at the left is an IMAGEMAP and was placed on the page using the code:

<IMG SRC="sunset.jpg" USEMAP=#mapfile>  

The "hot" areas of the image are nested in a map definition named "mapfile". Read more about creating and using imagemaps at surf.tstc.edu/~rcozby.