Lists in HTML - Description, Unordered, Ordered
Created: 2022-09-10 Tags: #fleeting
Like this
<ol> <li>Drive to the end of the road</li> <li>Turn right</li> </ol> Copy
<ol> <li>Drive to the end of the road</li> <li>Turn right</li> </ol>
Output