HTM44

DESCRIPTION
OUTPUT
SOURCE CODE

DESCRIPTION

A Web page with tiling





OUTPUT



A Web page with tiling

Web page with tiling

This is the original image
Image list item
An image may be used as a list item in unordered, ordered, or definition lists.
“A
This is an image hyperlink as a list item.






SOURCE CODE



<HTML>
<HEAD>
<TITLE>HTM43.A Web page with image list itemse</TITLE>
</HEAD>
<BODY BACKGROUND = myBox.gif>
<H2><B><CENTER><FONT COLOR = blue>
Web page with tiling
</FONT></CENTER></B></H2>
<!-- include the image-->
<DL>
<DT><IMG SRC = myImage.GIF>
<DD>This is the original image
<DT><FONT COLOR = red>Image list item <DD>An image may be used as a list item in unordered, ordered, or definition lists.
<DT><A HREF = myImage.GIF>
<IMG SRC = myImage.GIF ALT = �A GIF image drawn in Paint� BORDER = 5 ALIGN = center HSPACE = 10 VSPACE = 15 WIDTH = 100
HEIGHT = 125></A>
<DD>This is an image hyperlink as a list item.
</DL>
</BODY>
</HTML>