0
How can I connect JavaScript and HTML?
<script> src="main.js" </script> it not working
2 odpowiedzi
+ 5
Put that src attribute inside the tag
<script src="main.js"></script>
+ 1
RDC Thank you so much,
I'm back alive.
<script> src="main.js" </script> it not working