To add the image to your web page you add the following HTML to your page:
<IMG SRC="filename.gif">
<IMG SRC="wsl.JPG" ALT="Lim Wee Seng">
Some other important IMG attributes are the HEIGHT and WIDTH attributes.
<IMG SRC="filename.gif" HEIGHT="200" WIDTH="245">
Do not use the HEIGHT and WIDTH attributes to resize their images.
The values of the HEIGHT and WIDTH tags should always be the actual dimensions
of your image.
<IMG SRC="WSL.JPG" ALT="CLICK ME" ALIGN=RIGHT>
Click on the dogs to go back to main Page.....
This is done by simply adding the <A HREF=? > and </A> tag as show:-
<A HREF="main.html"><IMG SRC="DOG.JPG" ALIGN=RIGHT ALT="DOG"></A>