HTM-02700 | What is an ordered list?
- An ordered list is created using the
<ol>
element. - Click here to view an
<ol>
example. - It represents an ordered list of items, typically rendered as a numbered list.
- Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets.
- You can use type attribute for <ol> tag to specify the type of numbering you like. By default, it is a number. Following are the possible options:
<ol type=”1″> – Default-Case Numerals.
<ol type=”I”> – Upper-Case Numerals.
<ol type=”i”> – Lower-Case Numerals.
<ol type=”a”> – Lower-Case Letters.
<ol type=”A”> – Upper-Case Letters. - Click here to view an
<ol type="">
example. - You can use start attribute to specify the starting point of numbering you need. Following are the possible options:<ol type=”1″ start=”4″> – Numerals starts with 4.
<ol type=”I” start=”4″> – Numerals starts with IV.
<ol type=”i” start=”4″> – Numerals starts with iv.
<ol type=”a” start=”4″> – Letters starts with d.
<ol type=”A” start=”4″> – Letters starts with D. - Click here to view an
<ol start="">
example.
{post_title}
{post_content}
{associated_insight_resource.post_title}
{associated_insight_resource.resource_link}
{associated_insight_resource.insight_type }