Web technologies Questions | JavaScript Course Quiz 1 | Question 4

Last Updated :
Discuss
Comments
What is the correct syntax for referring to an external script called 'gfg.js'?
<script name="gfg.js">
<script href="gfg.js">
<script src="gfg.js">
None of these
Share your thoughts in the comments