Menu
×
×
Correct!
Exercise:Set the color of all <p> elements to red.
<style>
@(1) {
@(6) red;
}
</style>
<style>
p {
color: red;
}
</style>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?