×
×
Correct!

Use JavaScript to set the color of the <p> element to "red".

<body>

<p id="demo">Hi.</p>

<script>
document.getElementById("demo").style.color = "red";
</script>

</body>

Not Correct

Click here to try again.

Correct!

<body>

<p id="demo">Hi.</p>

<script>
document.getElementById("demo").. = "red";
</script>

</body>




×

Reset the Score?

This will reset the score of ALL 106 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 106 HTML exercises.

Share your score:



Get Certified!

Take our HTML Developer Certificate to prove that you have fundamental knowledge of web development using HTML.