Menu
×
×
Correct!
Exercise:Use JavaScript to change the text size of the
<body>
<p id="demo">Hi.</p> <script> document.getElementById("demo").@(5).@(8) = "40px"; </script> </body>
<body>
<p id="demo">Hi.</p> <script> document.getElementById("demo").style.fontSize = "40px"; </script> </body> Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?