<h3>This page shows ordered list</h3> <ol type="A"> <li>First</li> <li>Second</li> <li>Third</li> </ol> <h4>Type of numbering changed using style attribute</h4> <ol style="list-style-type: lower-roman;"> <li>First</li> <li>Second</li> <li>Third</li> </ol>