How to add Javascript file reference in the webpage ?

Sunny.Sagar
Posted by Sunny.Sagar under HTML 5 category on | Points: 40 | Views : 1622
 <script src="/include/myjscode.js" type="text/javascript"></script>

We can use script tag to refer the js.file available on the server.We can also refer any .js file that is available on other server

Comments or Responses

Login to post response