1<script src="file1.js" type="text/javascript"></script>
2<script src="file2.js" type="text/javascript"></script>
3
1<!--if you save the javascript file in a folder-->
2<script type="text/javscript" src="foldername/filename.js"></script>
3<!-- If you save the file in the parent folder-->
4<script type="text/javscript" src="filename.js"></script>