write the html code to display many ordered list
Answers
Answered by
5
<!DOCTYPE html>
<html>
<body>
<h2>An Unordered HTML List</h2>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<h2>An Ordered HTML List</h2>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
</html>
Similar questions
Physics,
6 months ago
Math,
6 months ago
Physics,
1 year ago
Math,
1 year ago
Environmental Sciences,
1 year ago