 To include an image, use the <code>&lt;IMG&gt;</code> tag. The usage is a little different than the other tags we have seen so far. By itself, the <code>&lt;IMG&gt;</code> tag does nothing; you must use the <code>SRC=""</code> attribute in the tag to specify the name of the image.  Inside the quotes of the <code>SRC=""</code>, insert the  <A HREF="http://www.cs.wisc.edu/docs/url.html">URL</A> of the image.  An example:  <PRE>
