<HTML> <HEAD> <TITLE>Hypertext Links</TITLE> </HEAD> <BODY> <H1>Hypertext Links</H1> A relative link:
<P></P> The highlighted text on this line will take us to a <A HREF="linkdemo.html">demo page</A>. <P></P> <HR> An absoute link:
<P></P> Please visit my <A HREF="http://www.cba.bgsu.edu/amis/facstaff/smagal/index.html"> personal page</A>. <P></P> <HR> Links from images:
<P></P> Clicking on the adjecent image will take you to the AMIS Department's home page<A HREF="http://www.cba.bgsu.edu/amis/"><IMG hspace=10 SRC="../images/home_on.gif"
WIDTH="103" HEIGHT="24"></A> <P></P> Clicking on the adjecent image will take you to the AMIS Department's home page (notice there is no blue border around the
image)<A HREF="http://www.cba.bgsu.edu/amis/"><IMG hspace=10 border=0 SRC="../images/home_on.gif" WIDTH="103" HEIGHT="24"></A> <P></P>
</BODY> </HTML> |