HTML42
Description

Output

Source Code









Description

This is a mix of many picture in a different size and the one that have a link.....





Output

Multiple use of image in Web page

“A Text aligned middle
This text is place 15 pixels
below the image






Source Code

<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<BR>

This text is place 15 pixels<BR>

below the image<BR>

</BODY>

</HTML>



BACK