Controlling lists
Web pages often use lists to control information and organise content. It is possible to have ordered lists, where they are sequenced or unordered where they use bullet points to identify key information.
Ordered List used the tag <ol> and has numbers to define the order
Unordered List uses the tag <ul> and has bullet points to define the order
All list items use the tage <li>
|