create a webpage with the list (both ordered & unordered list)
Answers
Answered by
6
<html>
<body>
Ordered Lists -
<ol>
<li>List Items</li>
<li>List Items</li>
<li>List Items</li>
</ol>
Unordered Lists -
<ul>
<li>List Items</li>
<li>List Items</li>
<li>List Items</li>
</ul>
</body>
</html>
Similar questions
Social Sciences,
2 months ago
Computer Science,
2 months ago
Science,
10 months ago
Social Sciences,
10 months ago