📚 Practice Mode

ASP.NET and JavaScript Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What is the correct syntax for referring to an external script called "xxx.js"?

  1. <script src="xxx.js">
  2. <script name="xxx.js">
  3. <script href="xxx.js">
  4. <script id="xxx.js">