How do i create an ordered and unordered list in html?

<ol> for ordered list and <ul> for unordered list. Both have <li> within for list items.
At end of list put </ol> or </ul> as appropriate.
 
<ol> for ordered list and <ul> for unordered list. Both have <li> within for list items.
At end of list put </ol> or </ul> as appropriate.
 
<ol> for ordered list and <ul> for unordered list. Both have <li> within for list items.
At end of list put </ol> or </ul> as appropriate.
 
Back
Top