Menu
×
×
Correct!
Exercise:Use JavaScript to change the HTML content of the
<body>
<p id="demo">Hi.</p> <script> document.@(14)("demo").innerHTML = "Hello World!"; </script> </body>
<body>
<p id="demo">Hi.</p> <script> document.getElementById("demo").innerHTML = "Hello World!"; </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?