Adding Graphic Images
Graphic Images can be displayed on a Web Page in only GIF or JPG format.
Download this usflag.gif to your computer and place it where your html files are located.

To Display this Graphic Image, Type the following into your Web Page.
<IMG SRC="Usflag.gif" ALT="usflag.gif" >
Now retype the code again as follows.
<IMG SRC="Usflag.gif" ALT="usflag.gif" HEIGHT="81" WIDTH="130">
By including a HEIGHT and WIDTH (in pixels) we can control the size of the graphic.