| INSERT AN IMAGE IN HTML
|
| I. Find an image. Try these links. Images for the web must be .gif or .jpeg |
| II. Save the image to your folder.(for MAC)
|
| 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"> |