πŸ“Š JavaScript
Q. In which HTML tag do we put the JavaScript code?
  • (A) The js tag
  • (B) The javascript tag
  • (C) The script tag
  • (D) The rel tag
πŸ’¬ Discuss
βœ… Correct Answer: (C) The script tag

Explanation: <script>
//Your first script
</script>

Explanation by: Yogesh
<script>
//Your first script
</script>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
173
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Yogesh
Publisher
πŸ“ˆ
96%
Success Rate