Answers for "include script as src in html"

59

include script in html

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

import script html

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

Browse Popular Code Answers by Language