Q. An ordered list can be represented by
β
Correct Answer: (A)
<ol>
Explanation: An ordered list starts with the tag <ol>. Each element of the list starts with the tag <li>. Example:
<ol>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
</ol>