HTML Ordered List Bibek 21:29 Learn HTML Bibek To use ordered list, we have to start it by <ol> tag and each of the list item to be defined by <li> tag. Code Structure: <ol> <li>Audi</li> <li>BMW</li> <li>Toyota</li> </ol> Author : Bibek Share this Related Posts