HTML

Topic: Lists

How to display numbered list in HTML?

How to display numbered list in HTML?Posted by: RajaTo display numbered list, use <li> under <ol> tag like below <ol>     <li>Point 1</li>     <li>Point 2</li>  </ol>

Browse random answers: