Inside which HTML element do we put the JavaScript?
-
<js>
-
<javascript>
-
<script>
-
<scripting>
C
Correct answer
Explanation
The HTML5 specification defines the `element for embedding or referencing executable client-side scripts, such as JavaScript code. Non-standard elements like<js>,<javascript>, and<scripting>` are unrecognized by modern web browsers and will not execute the enclosed code blocks.