Q. In which HTML tag do we put the JavaScript code?
β
Correct Answer: (C)
The script tag
Explanation: <script>
//Your first script
</script>