Paul Allen
0
Q:

add script html

<script type="text/javascript" src="/path/to/script.js"></script>
21
<html>
  <head>
    <script type="text/javascript" src="/path/to/script.js"></script>
    ...
6
<script src="myScript.js"></script>
7

<script>

document.getElementById("demo").innerHTML = "My First JavaScript";

</script>
 
3

New to Communities?

Join the community