Putting an image on your site
<IMG SRC="irishtimes.gif">
you type the address of the image in the quation marks
if you want to make an image into a link you just surround it with the link tags.
<A HREF="http://www.ireland.com"><IMG SRC="irishtimes.gif"></A>
<HTML>
<HEAD>
<TITLE>My Cool Web Page</TITLE>
</HEAD>
<BODY BGCOLOR="#00FF00">
<CENTER><H1><FONT COLOR="#FF0000" FACE="HIPHOPDEMI,ELEPHANT">My Cool Web Page</FONT></H1></CENTER>
<HR>
<P> <FONT COLOR="#FF0000">Welcome to my cool web page which I made with the help of The EIRENET HTML tutorial</FONT>.</P>
<P>Check out my favourite site, <A HREF="http://www.ireland.com"><IMG SRC="irishtimes.gif"></A></P>
</BODY>
</HTML>