×
×
Correct!
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! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?