What is the result of using the start attribute with value "5" in an ordered list?
start
<ol start="5"> <li>Item</li> </ol>
It starts the list at the fifth item
It starts the list numbering from 5
It creates 5 empty list items
It skips the first 5 items