How do you set the value in an order list? [til/css]

Not with CSS, that’s how!
<ol>
<li value=”3″>This is item three.</li>
<li value=”50″>This is item fifty.</li>
<li value=”100″>This is item one hundred.</li>
</ol>

Result:

This is item three.
This is item fifty.
This is item one hundred.

I only I had read the HTML5 Doctor articles we were putting out at the time ?


This content originally appeared on remy sharp's b:log and was authored by remy sharp's b:log

Not with CSS, that's how!

<ol>
  <li value="3">This is item three.</li>
  <li value="50">This is item fifty.</li>
  <li value="100">This is item one hundred.</li>
</ol>

Result:

  1. This is item three.
  2. This is item fifty.
  3. This is item one hundred.

I only I had read the HTML5 Doctor articles we were putting out at the time ?

Originally published on Remy Sharp's b:log


This content originally appeared on remy sharp's b:log and was authored by remy sharp's b:log


Print Share Comment Cite Upload Translate Updates
APA

remy sharp's b:log | Sciencx (2021-05-20T12:32:31+00:00) How do you set the value in an order list? [til/css]. Retrieved from https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/

MLA
" » How do you set the value in an order list? [til/css]." remy sharp's b:log | Sciencx - Thursday May 20, 2021, https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/
HARVARD
remy sharp's b:log | Sciencx Thursday May 20, 2021 » How do you set the value in an order list? [til/css]., viewed ,<https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/>
VANCOUVER
remy sharp's b:log | Sciencx - » How do you set the value in an order list? [til/css]. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/
CHICAGO
" » How do you set the value in an order list? [til/css]." remy sharp's b:log | Sciencx - Accessed . https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/
IEEE
" » How do you set the value in an order list? [til/css]." remy sharp's b:log | Sciencx [Online]. Available: https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/. [Accessed: ]
rf:citation
» How do you set the value in an order list? [til/css] | remy sharp's b:log | Sciencx | https://www.scien.cx/2021/05/20/how-do-you-set-the-value-in-an-order-list-til-css/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.