ordered list style

PHOTO EMBED

Sun Jul 25 2021 08:13:27 GMT+0000 (Coordinated Universal Time)

Saved by @buildadev

 <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>
content_copyCOPY