Menu
×
×
Correct!
Exercise:Display the list items as inline elements.
<style>
@(2) {
@(7): @(6);
}
</style>
<body>
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Pear</li>
</ul>
</body>
<style>
li {
display: inline;
}
</style>
<body>
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Pear</li>
</ul>
</body>
Not CorrectClick here to try again. Correct!Next ❯<style>w3exercise_input_no_0{w3exercise_input_no_1:w3exercise_input_no_2; } </style> <body> <ul> <li>Apple</li> <li>Orange</li> <li>Pear</li> </ul> </body> |
Completed 0 of 138 Exercises:
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?