Multiple choice javascript

Inside which HTML element do we put the JavaScript?

  1. <scripting>

  2. <javascript>

  3. <js>

  4. <script>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The standard HTML tag for embedding or referencing executable script (usually JavaScript) is `. Tags like<scripting>or<js>` are not valid HTML elements.