0
About External javascript
How to set location for external .js file. Is there any tags like <script src ="javascript.js" alt="">
1 Resposta
+ 5
Yes, you can use <script src="path/to/your/file.js"></script>. The script tag has no alt attribute though.