<ol> Tag Examples

Examples of the ol tag in HTML 5
<ol> tag Example
(see <ol> tag demo above)
<h6>Child elements of a table element</h6>
<ol>
<li>an optional <caption> tag</li>
<li>optional <colgroup> tags and/or <col/> tags</li>
<li>an optional <thead> tag</li>
<li>an optional <tfoot> tag</li>
<li>one or more <tr> tags either directly under the table element or inside a tbody element</li>
<li>an optional <tfoot> tag</li>
</ol>