should i include javascript code in html or link javascript file to html code example
Example: include script in html
<script type="text/javascript" src="/path/to/script.js"></script>
<script type="text/javascript" src="/path/to/script.js"></script>