HTML CODE FOR MAKING LINKS

<a href="http://www. domain name/xxx.html">the word or phrase you want to link to an internet webpage that is outside your domain</a>

<a href="xxx.html">the word or phrase you want to link to an internet webpage that is in the same directory as the page you are creating</a>

 

HTML CODE FOR INSERTING IMAGES


<IMG align=left height=300 width=250 ALT="Descripton of Photo"
IMG SRC="put the directory and name of your image file here (images/xxx.gif or xxx.jpg)">