0
How do I put java script in html
web design
3 Antworten
0
if you intended a program made in java, not javascript you have to code in html 4 with the <applet> tag
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>