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