HTM45


DESCRIPTION :

OUTPUT :

SOURCE CODE :





DESCRIPTION :


HTM45 a Web page with scaled image.



OUTPUT :

Web page with a scaled images

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



SOURCE CODE:


<HTML>
<HEAD>
<TITLE>HTM45. A Web page with scaled image.</TITLE>
</HEAD>

<BODY>
<H2><B><CENTER><FONT COLOR = blue>
Web page with a scaled images
</FONT></CENTER></B></H2>
<!-- include the first image without scaling-->
<IMG SRC = myImage1.GIF ALT = �A GIF image without scaling� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15 WIDTH = 100 HEIGHT = 125>
Text aligned middle<BR>
This text is place 15 pixels<BR>
below the image<BR>
<!-- include the second image with 50% scaling-->
<IMG SRC = myImage2.GIF ALT = �A GIF image with 50% scaling� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15 WIDTH = 100 HEIGHT = 125>
Text aligned middle<BR>
This text is place 15 pixels<BR>
below the image<BR>
</BODY>

</HTML>

RETURN