Introduction
Text
Formatting
Links
Lists
Definition Lists
Unordered Lists
Ordered Lists
Example
Images
Tables
Frames
Forms
Conclusion


Example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Links Example</TITLE>
</HEAD>
<BODY>
<B>DL</B><BR><BR>
<DL>
<DT>This is the first term</DT>
<DD>This the sentence of the first definition.</DD>
<DT>This is the second term</DT>
<DD>This the sentence of the second definition.</DD>
</DL>
<B>UL</B><BR><BR>
<UL>
<LI>This is the first unordered item.</LI>
<LI>This is the second unordered item.</LI>
<LI>This is the third unordered item.</LI>
</UL>
<UL TYPE="disc">
<LI>This is an item with the disc style selected.</LI>
</UL>
<UL TYPE="square">
<LI>This is an item with the square style selected.</LI>
</UL>
<UL TYPE="circle">
<LI>This is an item with the circle item selected.</LI>
</UL>
<B>Nested UL</B><BR><BR>
<UL>
<LI>This is the first unordered item.</LI>
<LI>This is the second unordered item.</LI>
<UL>
<LI>This is the first unordered item of the nested UL.</LI>
<LI>This is the second unordered item of the nested UL.</LI>
</UL>
<LI>This is the third unordered item.</LI>
</UL>
<B>OL</B><BR><BR>
<OL>
<LI>This is the first ordered item.</LI>
<LI>This is the second ordered item.</LI>
<LI>This is the third ordered item.</LI>
</OL>
<OL TYPE="1">
<LI>This is an item with the type set to 1.</LI>
</OL>
<OL TYPE="A">
<LI>This is an item with the type set to A.</LI>
</OL>
<OL TYPE="a">
<LI>This is an item with the type set to a.</LI>
</OL>
<OL TYPE="I">
<LI>This is an item with the type set to I.</LI>
</OL>
<OL TYPE="i">
<LI>This is an item with the type set to i.</LI>
</OL>
<B>Nested OL</B><BR><BR>
<OL>
<LI>This is the first ordered item</LI>
<LI>This is the second ordered item</LI>
<OL>
<LI>This is the first ordered item</LI>
<LI>This is the second ordered item</LI>
</OL>
<LI>This is the third ordered item</LI>
</OL>
</BODY>
</HTML>

Check out how this code looks when displayed on your browser, by clicking here.

back  next

© Copyright 2000-2002 by Pepmint.com. All Rights Reserved

Search Pepmint.com

home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact