Menu
×
×
Correct!
Exercise:Use the correct HTML attribute to display letters (uppercase ABC) instead of numbers.
<ol @(8)>
<li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
<ol type="A">
<li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
<ol type='A'>
<li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 88 exercises.
Are you sure you want to continue?