Description
a web page with image hyperlink.
Source Code
html41
<HTML>
<HEAD>
<TITLE>A Web page with image hyperlinks</TITLE>
</HEAD>
<BODY>
<H2><B><CENTER><FONT COLOR = �blue�>
Web page with an image hyperlink
</FONT></CENTER></B></H2>
<!-- include the image-->
<A HREF = http://s288.photobucket.com/albums/ll198/yhebeng/#!cpZZ6QQtppZZ28>
<IMG SRC =�http://i288.photobucket.com/albums/ll198/yhebeng/a2-1.jpg� ALT = �A JPG image drawn in Paint� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15 WIDTH = 225 HEIGHT = 200>
</A>
Text aligned middle<BR>
This text is place 15 pixels<BR>
below the image<BR>
</BODY>
</HTML>
Output
A Web page with image hyperlinks
Web page with an image hyperlink
Text aligned middle
This text is place 15 pixels
below the image
|