How to put js in HTML? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to put js in HTML?

18th Jun 2016, 2:52 PM
Florence Jay Munar
Florence Jay Munar - avatar
5 Antworten
+ 4
using <script> tag or <script type="text/JavaScript" on older version
18th Jun 2016, 3:34 PM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar
0
<script src="pathtojs"></script>
19th Jun 2016, 8:31 AM
Juan Miguel Mendoza López
Juan Miguel Mendoza López - avatar
0
Type in: <script> // JS code; </script>
19th Jun 2016, 11:15 PM
Mr. Birdie
Mr. Birdie - avatar
0
-
20th Jun 2016, 6:08 AM
SrojidinErgashev
SrojidinErgashev - avatar
0
TY for answering
20th Jun 2016, 6:11 AM
Florence Jay Munar
Florence Jay Munar - avatar