3 different ordered lists:
<ol start="50"><li>Earth</li><li>tea</li></ol>
<ol reversed="reversed"><li>Earth</li><li>tea</li></ol>
The <ol> tag defines the start of an ordered list.
Use together with the <li> tag to define list items.
The "start" attribute was deprecated in HTML 4.01, but IS supported in HTML5.
The "reversed" attribute is new in HTML5.
The "compact" and "type" attributes were deprecated in HTML 4.01, and are not supported in HTML5. Use CSS to style lists.
Hint: You can also define an unordered list, with the <ul> tag
Hint: Use CSS to style lists.
The <ol> tag also supports the Standard Attributes in HTML5.
The <ol> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!