0

About External javascript

How to set location for external .js file. Is there any tags like <script src ="javascript.js" alt="">

30th Oct 2016, 5:45 AM
Mashrafe
Mashrafe - avatar
1 ответ
+ 5
Yes, you can use <script src="path/to/your/file.js"></script>. The script tag has no alt attribute though.
30th Oct 2016, 8:54 AM
Zen
Zen - avatar