Multiple use of image in Web pageThis text is place 15 pixels below the image |
|
<HTML> <HEAD> <TITLE>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 This text is place 15 pixels below the image </BODY> </HTML> |