Page 48 - TP_Prime_V2.2_Class7
P. 48

<LI> Take 3/4 cup of water and boil it in a kettle. </LI>
                    <LI> Place a tea bag into a cup. </LI>

                    <LI> Pour the boiling water over the tea bag. </LI>
                    <LI> Let the tea steep for the recommended time on the tea bag. </LI>
                    <LI> Add a tablespoon of sugar to the tea. </LI>
                    <LI> Pour 1/4 cup of milk into the cup. </LI>
           Prime (Ver. 2.2)-VII  </OL>
                    <LI> Stir the mixture well to combine. </LI>

                  </BODY>

                  </HTML>









          46










                  However, the list style can be specified by the TYPE attribute, like 1, a, A, i, or I.


                    Unordered Lists

                  An unordered list is also called a bulleted list. This type of list is generally used to display

                  random items that are never required to be placed in a sequential manner. The <UL> tag is
                  used to define an unordered list with any of the following bullets using the TYPE attribute
                  or list-style-type property:

                           Disc

                         o  Circle
                            Square

                  The default bullet style is Disc in HTML. Let us use the <UL> tag to create an unordered
                  list:


                  <HTML>

                  <HEAD> <TITLE> Unordered List or Bulleted List </TITLE> </HEAD>
                  <BODY>

                  <B> Winter Clothes </B>

                  <HR>
   43   44   45   46   47   48   49   50   51   52   53