Page 102 - Plus V4 with Adobe class 7
P. 102
Below table shows different examples of the type attribute:
TYPE Numbering/Alphabetical Scheme Examples
A Upper Case letters A,B,C,D…..
a Lower Case letters a,b,c,d……
I Upper Case Roman numbers I, II, III, IV…
i Lower Case Roman numbers i, ii, iii, iv…
1 Numbers 1,2,3,4……..
Let us use the <OL> tag.
<HTML>
<HEAD> <TITLE> Ordered List or Numbered List </TITLE> </HEAD>
<BODY>
<B> Cup of Tea </B>
<HR>
Steps to make a cup of Tea.
<OL>
<LI> Take 3/4 cup of water and boil it in kettle.
<LI> Add a table spoon sugar.
<LI> Add 1/4 cup of milk.
<LI> Pour the tea into a cup.
<LI> Add a tea bag.
</OL>
</BODY>
</HTML>
100 Plus (Ver. 4.0)-VII

