Answers for "where should i link to js file in html page"

80

import js in html

<script type="text/javascript" src="yourfile.js"></script>
Posted by: Guest on February-23-2020
7

javascript link in html

<script type="text/javascript" src="./der/pfad/zu/der/datei.js"></script>
Posted by: Guest on August-01-2020

Code answers related to "where should i link to js file in html page"

Browse Popular Code Answers by Language