Menu
×
×
Correct!
Exercise:Change the text color of the
<p id="demo"></p>
<script>
document.getElementById("demo").style.color = "red";
</script>
Not CorrectClick here to try again. Correct!Next ❯<p id="demo"></p> <script> document.getElementById("demo")= "red"; </script> |