I am learning and using JavaScript and would like to know if it is possible to use scripts from a .js file in several other .html files, with functions and everything else. If it is possible, just call the .js file in .html by the tag <script>
?