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

23

script tag to include js file

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

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

Browse Popular Code Answers by Language