ASP.NET and JavaScript Fundamentals

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
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">
Change Mode