HTM39

DESCRIPTION
OUTPUT
SOURCE CODE

DESCRIPTION

Creating imagesCreating images





OUTPUT



A Web page with images

Web page with a simple image

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






SOURCE CODE



<HTML>
<HEAD>
<TITLE>A Web page with images</TITLE>
</HEAD>
<BODY>
<H2><B><CENTER><FONT COLOR = �blue�> Web page with a simple image </FONT></CENTER></B></H2>

<IMG SRC = myImage.GIF ALT = �A GIF image drawn in Paint� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15> Text aligned middle
This text is place 15 pixels
below the image
</BODY> </HTML>