Spicing up your page with images - 2

EXAMPLES: Using HTML img Tags to enhance images
HTML tag for sizing graphic at 100 x 150 pixels:
<img src="images/chili.gif" height="100" width="150" /> yields:

HTML tag for sizing graphic at 50% of the SCREEN height:
<img src="images/chili.gif" height="50%" /> yields:


Hyperlinks: Table of Contents
Questions? E-mail your Instructor - Dr. Charles Rubenstein
Tutorial Copyright (c) 1996-2006 C.P.Rubenstein