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