HTM42
DESCRIPTION :
OUTPUT :
SOURCE CODE :
DESCRIPTION :
HTM42 a Web page with image multiple use.
OUTPUT :
Multiple use of image in Web page
Text aligned middle
This text is place 15 pixels
below the image
SOURCE CODE:
<HTML>
<HEAD>
<TITLE>HTM42. A Web page with image multiple use</TITLE>
</HEAD>
<BODY>
<H1><FONT COLOR = blue>Multiple use of image in Web page</FONT></H1>
<IMG SRC = myImage.GIF>
<IMG SRC = myImage.GIF WIDTH = 100 HEIGHT = 125>
<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