Select from following answers:- <script name="abc.js">
- <script src="abc.js">

- <script href="abc.js">
- None of these.
- All Above
<script src="abc.js"> is the right syntax for importing an external js file in the application.
Here,SRC is the source js file.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator