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"?
- <script src="xxx.js">
- <script name="xxx.js">
- <script href="xxx.js">
- <script id="xxx.js">