How to add javascript file reference in the web page?
How to add javascript file reference in the web page?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
To add javascript file reference in the web page, use <script> tag.
<script type="text/javascript" src="js/core.js"></script>
<script src=”URL“>
<script src=”http://www.example.com/example.js”></script>