+ 1
How to link "JavaScript" to a html file?
I developing a game and I can't find a way to link my js file into my html code.
4 Respostas
+ 9
<script type="text/javascript" src="your_files_name.js"></script>
Please remember to use the search bar for frequently asked questions to avoid duplicates.
Cheers!
+ 9
Please, keep going with JavaScript Tutorial! 👍
https://www.sololearn.com/learn/JavaScript/1125/
+ 2
Gamesoid Europe
Welcome to sololearn
Search bar is here:
https://www.sololearn.com/post/10362/?ref=app
Tips: Remember to switch filter option to "Most Popular" first
0
Hey, thanks for the tips.