Page 40 - Modular_V1.1_Flipbook
P. 40

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>




















                                                               Ordered list


                      UNORDERED LIST

                  An unordered list is also called bulleted list. This type of list is generally used to display random
                  items which never require to place in a sequential manner. The <UL>tag is used to define an
                  unordered list. The <UL> tag has only TYPE attribute which describes which type of bullet style
                  will appear with list items.

                  There are three bullet styles that can be used in an unordered list.
                      l  Disc
                      o  Circle

                          Square


                  38      Touchpad MODULAR (Version 1.1)-IX
   35   36   37   38   39   40   41   42   43   44   45