1 min to read
Tag <ol> in HTML is used to create an ordered list. This is an important tag when you want to display items in a specific order.
<ol> <li>Đọc sách</li> <li>Học HTML</li> <li>Viết blog</li> </ol>
Result