Change Font Size:

HTML List (Lists)

List HTML three forms: sort List (Ordered List); not sort the list (Unordered List); definition list (Definition List).

Sort List (Ordered List)

Sort the list, each marked with the list of figures before that order.

Sort the list by <ol>, each item from the list <li> started.

Examples sort List

Not sort the list (Unordered List)

Not sort the list do not have to list the number of each marker, and the adoption of a list of each symbol, such as a round black spots.

Not sort the list by <ul>, each item from the list <li> started.

Example not to sort the list

Definition List

List is commonly used definition of the definition of the term.

List of definitions from the beginning <dl>. Terminology from <dt>, the English word for Definition Term. Terminology explanations from <dd>, <dd> </ dd> in the text indented.

Example List of definition

More examples

Different types (Type) Ranking List

This example shows how to use Type attribute to sort the list of former symbol.

Different types (Type) is not to sort List

This example shows how to use Type attribute settings do not pre-sort the list of symbols.

Nested List

The list can contain sub-List. Usually use this nested lists reflect levels more content.