+ 2
Coding in SL with more files
can we add more files like html or css or js to our code? i mean 2 js codes.
3 Respostas
+ 5
It's possible for external files.
I have tried it but I failed to link 2 js files from solo to 1 program, I don't think that's possible.
+ 6
You can use <link> tag to add external CSS or JS to your code.
Actually for JS just add src attribute to <script> tag.
+ 3
me too thanks