Spicing up your page with images - 3
EXAMPLES: Using HTML img Tags to enhance images
To size the graphic at 50% of the SCREEN width and center it:
<center><img width="50%" src="images/chili.gif" /></center>
To add a 0 - 10 pixel width border to a graphic (0 = default):
Border = 1: <img src="images/chili.gif" border="1" />
Border = 5: <img src="images/chili.gif" border="5" />
Border = 10: <img src="images/chili.gif" border="10" />
yields:
Border=0, Default

Border=1
and Border=5
and Border = 10
What about having multiple, inline, images?
<img src="images/chili.gif" /><img src="images/chili.gif" />
<img src="images/chili.gif" />
yields:
Hyperlinks:
Table of Contents
Questions? E-mail your Instructor -
Dr. Charles Rubenstein
Tutorial Copyright (c) 1996-2006
C.P.Rubenstein