Home »
MCQs »
Full Stack Development MCQs
In an HTML document, which tag is used to add JavaScript code?
24. In an HTML document, which tag is used to add JavaScript code?
- <javascript>
- <js>
- <script>
- <java>
Answer: C) <script>
Explanation:
The <script> tag is used to add javascript code in an HTML document.