Order ListUnorder List
Order ListUnorder List
ORDER LIST
ORDER LIST
You can present data in enumerated format disc or list.
The first type of list is the Ordered list or more know as
numbered list. This is the type of a list where each item
is numbered usually starting at 1 (but can change using
the start attribute).
The ordered list uses the container tag <ol> </ol>. Each
item is specified by the empty tag
HTML CODE
OUTPUT
The order list has different types of numbering and can be
specified by keying the specified value for the type of
attribute:
Just remember that when you nest these tags, close the
one you opened recently before closing another one.
HTML CODE
OUTPUT
NESTING LIST
is a list that appears as an element in another list.