Spicing up your page with images - 1
The Image Tag "<img ... />"
- The img tag places images in your document at the tag location.
- The src attribute points to where the image file can be found.
- The align attribute positions the text that follows the graphic;
position options include "top," "middle," and "bottom"
- It also can be used to position the graphic on the line...
EXAMPLES: HTML img Tags that use images
Default images position, at left:
<left><img src="images/chili.gif" /></left>
yields:
HTML tag for putting graphic in the center:
<center><img src="images/chili.gif" /></center>
yields:
HTML tag for putting graphic at right:
<img src="images/chili.gif" align="right" />
or ...
<right><img src="images/chili.gif" /></right>
yields:
Hyperlinks:
Table of Contents
Questions? E-mail your Instructor -
Dr. Charles Rubenstein
Tutorial Copyright (c) 1996-2006
C.P.Rubenstein