Multiple choice javascript

Inside which HTML element do we put the JavaScript?

  1. <scripting>

  2. <javascript>

  3. <script>

  4. <js>

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

To include JavaScript code in an HTML document, we use the element. Therefore, the correct answer is:

The Answer is: C. <script>