Multiple choice technology

When you place a JavaScript on a Web page, which tag would you use?

  1. <JS></JS>

  2. <JScript></JScript>

  3. <java></java>

  4. <script></script>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JavaScript is embedded in HTML using tags (option D). There are no , , or tags in HTML. The script tag is the standard container for JavaScript code.