How to link a js document to html file? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How to link a js document to html file?

26th Jul 2017, 1:11 PM
Richa sahu
Richa sahu - avatar
3 Respostas
+ 15
<script src=source></script>
26th Jul 2017, 1:14 PM
Valen.H. ~
Valen.H. ~ - avatar
26th Jul 2017, 1:15 PM
Apoorva Shenoy Nayak
Apoorva Shenoy Nayak - avatar
+ 1
Example: <script src="mydoc.js" > </script>
26th Jul 2017, 1:15 PM
Ledio Deda
Ledio Deda - avatar