Multiple choice javascript Inside which HTML element do we put the JavaScript? <scripting> <javascript> <script> <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>