Home »

How to access an external javascript file that is stored externally and not embedded?

Question ListCategory: JavascriptHow to access an external javascript file that is stored externally and not embedded?
shah_kajal184 author asked 8 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

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.

Please login or Register to Submit Answer