Page 108 - iPro_trackGPT_V5_Class7
P. 108
<HTML>
<HEAD> <TITLE> Nesting of Lists </TITLE> </HEAD>
<BODY>
<B> Fruits and Vegetables </B> <BR>
<OL>
<LI> Fruits </LI>
<UL>
<LI> Mango </LI>
<LI> Grapes </LI>
</UL>
<LI> Vegetables </LI>
<UL>
<LI> Potato </LI>
<LI> Onion </LI>
</UL>
</OL>
</BODY>
</HTML>
Definition List
The definition list is also known as a description list. The description list is created by using the
<DL> tag in conjunction with <DD> and <DT> tags. The <DL> tag defines the entire description
list. The <DT> tag defines the description term. The <DD> tag defines the description term's
definition.
106 TrackGPT iPRO (V5.0)-VII

