Answers for "give an example of an html tag to include a javascript file in your code."

67

include script in html

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

Code answers related to "give an example of an html tag to include a javascript file in your code."

Browse Popular Code Answers by Language