The values defined under HTML3.2 and the tr… ol : An ordered list. In this video we go over Ordered and Unordered lists in HTML.HTML Source: http://pastebin.com/1CR11ehM 2. For Example: < ul style = "list-style-type:circle" > < li > A < / li > < li > B < / li > < li > C < / li > < li > D < / li > < / ul > The output will be: A; B; C; D; Unordered Lists: Custom Bullets Using List Style Image. For example: A shopping list; To-do list. This will use different schemes of numbers to list your items. For example, an ordered list can be nested within an unordered list.
    TYPE (DISC | SQUARE | CIRCLE) Practice Exercise: HTML Unordered list display list of item with Bulleted. Make a Simple Unordered List Unordered lists are often used to create menu horizontal and multi level menus. This attribute sets the bullet style for the list. Each item in the list is marked with a bullet. Definition List makes use of following three tags. HTML unordered list is a collection of related items that are listed with no special order or sequence. Following are the possible options −, Following is an example where we used