Multiple choice technology What is the correct syntax for referring to an external script called "xxx.js"? <script name="xxx.js"> <script src="xxx.js"> <script href="xxx.js"> none Reveal answer Fill a bubble to check yourself B Correct answer Explanation The src attribute in the tag references an external JavaScript file. The name and href attributes are not valid for this purpose.