+1 vote
in JavaScript by
How To Access An External Javascript File That Is Stored Externally And Not Embedded?

1 Answer

0 votes
by

This can be achieved by using the following tag between head tags or between body tags.

<script src="abc.js"></script>How to access an external javascript file that is stored externally and not embedded? where abc.js is the external javscript file to be accessed.

Related questions

0 votes
asked Sep 14, 2022 in JSF by sharadyadav1986
0 votes
asked Sep 19, 2021 in JavaScript by sharadyadav1986
...