+ 1
How to write and execute javascript
I mean which software and compiling it
6 Respostas
+ 7
Just put it in your HTML (no compiling software required).
+ 6
Yes. ~_~
+ 1
Create a separate .js file and then link it with your html file through <script> tag.
for eg. you have my.js file then in your html file write
<script src="my.js"></script>
+ 1
Oh do I have to learn html first?
+ 1
You can use notepad or notepad++, textedit, sublime text, and all you have to do is save as . html
You can use almost any text editer
Sidenote: if you want to make a javascript file than just save it as .js and like it to your .html file...
0
thx all..I got it