Answers for "how to import external js file in index html"

2

import script html

<html>
  <head>
    <script type="text/javascript" src="/path/to/script.js"></script>
    ...
Posted by: Guest on June-10-2020
0

link js file to index.html

<script src="your js file"></script>
Posted by: Guest on March-21-2020

Code answers related to "how to import external js file in index html"

Browse Popular Code Answers by Language