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 tags (option D). There are no , , or tags in HTML. The script tag is the standard container for JavaScript code.