script tag html where code example
Example 1: script src tag in html
<script type="text/javascript"
src="file.js">
</script>
Example 2: html script tag
<script>
// Put JavaScript inside here
</script>
<!-- OR -->
<script src="all-js/01001/015.js"></script>