There are different types of list codes that enable the developer to create ordered, unordered or definition lists. Ordered lists are used for explaining step-by-step instructions for how to complete a particular task or creating outlines.
At the end of this lesson you will have a basic understanding of the use of different types of lists and how to apply them to a Web page.
Ordered Lists
You can create an ordered list to display items in a specific order, such as a set of instructions or a table of contents. Below is an example of how to create an ordered list
<html>
<Head>
<Title>Ordered List</Title>
</Head>
<Body>
<OL> This is typed before the list.
<LI> This is put in front of each item in the list.
</OL> This will end the ordered list command.
</body>
</html>
The following is an example of an ordered list
![]() |
|
|
|
![]() |
|
![]() |
|
||||
| |
|
||||