with 100% Correct Answers | Latest
Update
Inside which HTML element do we put the JavaScript - 🧠 ANSWER
✔✔<script>
What is the correct JavaScript syntax to change the content of the HTML
element below?
<p id="demo">This is a demonstration.</p> - 🧠 ANSWER
✔✔document.getElementById("demo").innerHTML = "Hello World!";
Where is the correct place to insert a JavaScript - 🧠 ANSWER ✔✔Both the
<head> section and the <body> section are correct
What is the correct syntax for referring to an external script called "xxx.js"?
- 🧠 ANSWER ✔✔<script src="xxx.js">
The external JavaScript file must contain the <script> tag. - 🧠 ANSWER
✔✔False
COPYRIGHT©NINJANERD 2025/2026. YEAR PUBLISHED 2025. COMPANY REGISTRATION NUMBER: 619652435. TERMS OF USE. PRIVACY
1
STATEMENT. ALL RIGHTS RESERVED