HTM41
DESCRIPTION :
OUTPUT :
SOURCE CODE :
DESCRIPTION :
HTM41 a Web page with image hyperlinks.
OUTPUT :
Web page with an image hyperlink
Text aligned middle
This text is place 15 pixels
below the image
SOURCE CODE:
<HTML>
<HEAD>
<TITLE>HTM41. A Web page with image hyperlinks</TITLE>
</HEAD>
<BODY>
<H2><B><CENTER><FONT COLOR = �blue�>
Web page with an image hyperlink
</FONT></CENTER></B></H2>
<!-- include the image-->
<A HREF = www.yahoo.com>
<IMG SRC = �myImage.GIF� ALT = �A GIF image drawn in Paint� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15 WIDTH = 100 HEIGHT = 125>
</A>
Text aligned middle<BR>
This text is place 15 pixels<BR>
below the image<BR>
</BODY>
</HTML>
RETURN