+ 1
How i can use java in my offline html file?
i am creating a new html file of a website deaign. i am beginner .i am using notepad
3 Answers
+ 3
java or javascript? Java and JS are completely different things.
+ 2
Set JavaScript code into the 'script' tag in tags 'head' or 'body' in your HTML-document
+ 1
First don't use scripts with URL and insert <script> </script> in your <body> or <head> and if you will use a file like main.js you must add <script> in <body>. tag because it's important to load page.