0
Adding Js Scripts into HTML documents
When i want to add a JS script into HTML document with <script src="(script name).js"> Do they have to be in the same folder?
3 odpowiedzi
+ 3
if you write only name of file yes
else you must specify C:\directories\file.js
+ 2
go for answer of @leo . if not on same folder provide the path
0
Yes they need to be in the same folder