CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Ordered List Tag

The <ol> tag is used to create an ordered list.

<ol>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ol>

Copyright 2016 Step By Step HTML. All Rights reserved.