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 the tag. There are no , , or tags in HTML. The SCRIPT tag is the standard way to include client-side scripting code.