+ 1
Linking an external JS file to an HTML page
I know that Sololearn links them for me, but for my web tech class I need to do it myself. How?
2 Respostas
+ 5
<script src="yourfile.js"> JavaScript shoud be automatically
+ 5
use
<script src="your_js_file_location.js"></script>