Menu
×
×
Correct!
Exercise:Change the font size of the
<p id="demo"></p>
<script>
document.getElementById("demo")@(15) = "@(4)";
</script>
<p id="demo"></p>
<script>
document.getElementById("demo").style.fontSize = "40px";
</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?