Adding Images and Graphics
Place any digital image on your page using the following tag:
<img src="name of picture file.extension">
Images on Web pages are either GIF files (pronounced "jiff") or JPG files (pronounced "jay- peg"). Any image will contain one of those extensions, so if you have an image called "logo," it will be labeled either "logo.gif" or "logo.jpg."
... Read more »