HTM40

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION

A Web page with scaled images

OUTPUT

Web page with a scaled image

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

SOURCE CODE

<HTML>
<HEAD>
<TITLE>A Web page with scaled images</TITLE>
</HEAD>
<BODY>
<H2><B><CENTER><FONT COLOR = “blue”>
Web page with a scaled image
</FONT></CENTER></B></H2>
<!-- include the image-->
<IMG SRC = 15.jpg ALT = “A GIF image drawn in Paint” 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>