How do I put java script in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How do I put java script in html

web design

12th May 2018, 3:25 PM
Mash Macharia
Mash Macharia - avatar
3 Respostas
12th May 2018, 3:46 PM
Etabeta1šŸ‡®šŸ‡¹
Etabeta1šŸ‡®šŸ‡¹ - avatar
0
if you intended a program made in java, not javascript you have to code in html 4 with the <applet> tag
12th May 2018, 3:47 PM
Etabeta1šŸ‡®šŸ‡¹
Etabeta1šŸ‡®šŸ‡¹ - avatar
0
There are two common ways people insert scripts in html. #1 Use the <script src="file.js"></script> to import js file from outside. #2 Use <script> js code </script>
12th May 2018, 4:42 PM
Akib
Akib - avatar