Multiple choice technology web technology

Inside which HTML element do we put the JavaScript?

  1. <js>

  2. <javascript>

  3. <script>

  4. <scripting>

Reveal answer Fill a bubble to check yourself
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.