This can be achieved by using the following tag between head tags or between body tags.
<script src=”abc.js”></script>
where “abc.js” is the external javscript file to be accessed.
Technical Interview Questions
This can be achieved by using the following tag between head tags or between body tags.
<script src=”abc.js”></script>
where “abc.js” is the external javscript file to be accessed.