
There are three different types of HTML lists: Ordered List or Numbered List (ol) Unordered List or Bulleted List (ul) Description List or Definition List (dl) Note: We can create a list inside another list, which will be termed as . ol li span { Found inside – Page 136You may create an ordered list anywhere in the BODY section of your HTML document . To create ordered lists : 1. Type the title of the ordered list . 2. Type < OL . 3. If desired , type TYPE = X , where X represents the kind of symbols ... In this type, the list items are numbered with lower case letters.