<!-- Ordered list --> <ol> <li>line-1</li> <li>line-2</li> </ol> <!-- Unordered list --> <ul> <li>line-1</li> <li>line-2</li> </ul>