Which tag is used to end an ordered list?
Answers
Answered by
0
The </ol> tag is used to end an ordered list.
example -
<html>
<head></head>
<body>
<ol>
<li>Content<li>
<li>Content<li>
<li>Content<li>
</ol>
</body>
</html>
Similar questions