Answers for "include script in html from another folder"

65

include script in html

<script type="text/javascript" src="/path/to/script.js"></script>
Posted by: Guest on July-17-2020
2

import script html

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

Code answers related to "include script in html from another folder"

Browse Popular Code Answers by Language