MCQ
Which HTML tag is used to define a script in HTML?
A <script>
B <javascript>
C <code>
D <js>
Explanation

The <script> tag is used to embed client-side JavaScript code in HTML documents.