<!-- Unordered List --> <ul> <li>Coffee</li> <li>Tea</li> </ul> <!-- Ordered List --> <ol> <li>First</li> <li>Second</li> </ol>