Multiple choice technology When you place a JavaScript on a Web page, which tag would you use? <JS></JS> <JSCRIPT></JSCRIPT> <JAVA></JAVA> <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.