



|
Description
a web page with simple image. Source Code <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> <!-- include the image--> <IMG SRC = "http://i288.photobucket.com/albums/ll198/yhebeng/2011_4_15_133230.jpg" ALT = �A JPG image drawn in Paint� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15> Text aligned middle <BR> This text is place 15 pixels <BR> below the image <BR> </BODY> </HTML> Output
|
  