About External javascript | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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