How do I put java script in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I put java script in html

web design

12th May 2018, 3:25 PM
Mash Macharia
Mash Macharia - avatar
3 Answers
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