syntax: <ol>...</ol>
provides numbers in an Order
-
remove the spaces in between like the one what paragraph had
-
Each list item will start and end with <li>...</li>
you can also nest the paragraph within lists
This are used to replace the line break and spaces for indentation
There are three types of Lists:
- Ordered lists
- Unordered lists
- Description lists
Unordered lists:
syntax: <ul>...</ul>
provides Bulletin against each list item.
-
remove the spaces in between like the one what paragraph had
-
Each list item will start and end with <li>...</li>
you can also nest the paragraph within lists
Discription Lists:
- They consists of two parts:
- discription term (<dt>)
- discription details (<dd>)
- They do not have
- bulletin
- ordered numbers
- But they do have
- a description terms or the main topic
- follwed by an indented deatails regarding the term.
syntax: <dl>...</dl>