What is the purpose of the value attribute in an <li> element within an <ol>?
value
<li>
<ol>
<ol> <li value="3">Item</li> </ol>
Sets the text value of the list item
Sets the numerical value for that specific list item
Sets the value of the list item to be 3 times the normal
None of the above