Menu
×
×
Correct!
Exercise:Use the correct HTML attribute to display uppercase roman numbers.
<ol @(8)>
<li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
<ol type="I">
<li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
<ol type='I'>
<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 90 exercises.
Are you sure you want to continue?