Tag Archives: html list
The unordered list is represented by <UL> and </UL> tags. <UL> is given at the beginning and </UL> tag is given at the end. Each list item is given using <LI> tag. In the unordered list, every list item has a circle or square as its bullet. The bullet can be any one of the
more..
You can create plain, numbered or bulleted lists. You can as well nest one list into another. All lists are formed by code that specifies what sort of list you want to create, UL for Unordered List and DL for Unordered List and DL for definition lists. 4.2.1. Ordered Lists To Create Ordered List: Type
more..
HTML provides a special marker for creating definition lists. This type of list is particularly suited to glossaries but works well with any list that phrase with a longer description. Example 4.3 – Definition lists HTML provides a special marker for creating definition lists. This type of list particularly suited to glossaries but works well
more..