INSERT AN IMAGE IN HTML


I. Find an image. Try these links. Images for the web must be .gif or .jpeg
1. Index of GIFS
2. Cool Graphics
3. Animfactory
4. ClipArt
5. The Education Fund
6. Awesome ClipArt
7. Bigchalk clipart

II. Save the image to your folder.(for MAC)


1. Drag the image to the desktop.
2. Open the folder with your name. Open the Documents folder. Open the MathographyFolder.
3. Drag the picture into your folder.

III. HTML code
1. For a picture in your folder.
<img src="give the path" width="give the width" height="give the height">
2. For a link.
<img src="give the URL" WIDTH="give the width" HEIGHT="give the height">