How to do it:
Remember, HTML is not case-sensitive.
<BODY>
<h1>Rollo's Gadgets and Widgets</h1>
<h2>Your online source for hard-to-find stuff</h2>
<P>
<A href="gadgets.html">
<!-- border="0" turns off blue image borders --><IMG src="images/blank.gif" height="30" width="30"
border="0"
></A>
</P>
<P>
<A href="widgets.html">
<IMG src="images/blank.gif" height="30" width="30"
border="0"
>
</A>
</P>
</BODY>
</HTML>