Which attribute of <ol> tag specifies the start value of the first list item in an ordered list?
Explanation
The start attribute specifies the start value of the first list item in an ordered list. Example:

<ol start="5">
  <li>HTML</li>
  <li>CSS</li>
  <li>JAVASCRIPT</li>
</ol>

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Keep exploring
HTML & CSS quizzes
Cosmo
Sign Up Now
or Subscribe for future quizzes