| ||||||||
References for Graphics Technology
Placing Pictures on Your PageThe following are some of the things you can do with images on a web page...
This (rather plainly placed image) was done with the following...<img src="images/demo1.jpg" width="200" height="150">
This was done with...<img src="images/demo1.jpg" align="middle" hspace="7" vspace="3" width="200" height="150">With text beside it. Note the use of the align (for positioning text, hspace (horizontal space), and vspace (vertical space) attributes.
This was done with...<img border="0" src="images/demo1.jpg" width="127" height="95"> Note how the width and height attributes can be used to change the size of the image. |
|
Copyright © 1999
- 2005 |