Menu
×
×
Correct!
Exercise:Change the text color of the
<p id="demo"></p>
<script>
document.getElementById("demo")@(12) = "red";
</script>
<p id="demo"></p>
<script>
document.getElementById("demo").style.color = "red";
</script>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?