Answers for "where in a document can you place javascrips"

54

git force pull

git fetch --all
git reset --hard origin/master
Posted by: Guest on February-29-2020
7

how to link javascript to html

<script src = "index.js"></script>
Posted by: Guest on May-16-2020
0

when do i put my script in the body tags in html

<head>
  <script></script> <!-- can go up here-->
</head>
<body>
  <!-- better to go down here though-->
</body>
Posted by: Guest on November-30-2020

Code answers related to "where in a document can you place javascrips"

Browse Popular Code Answers by Language