Advertisements
Advertisements
Question
Explain with an example:
<OL>
Explain
Advertisements
Solution
The <OL> tag is used to create an ordered (numbered) list in HTML.
Items are also written using the <LI> tag.
<ol>
<li>Step 1</li>
<li>Step 2</li>
<li>Step 3</li>
</ol>shaalaa.com
Is there an error in this question or solution?
2024-2025 (July) Official Board Paper
