Where do I can download HTML5, css3 and JavaScript in my computer in order to program with them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Where do I can download HTML5, css3 and JavaScript in my computer in order to program with them?

21st Feb 2018, 5:35 PM
Jjjjjjjj
Jjjjjjjj - avatar
14 Answers
+ 6
JavaScript is not a compiled language , so you don't have to download anything. html CSS JavaScript are interpreted in web browser. Hence to write anything simply use any text editor and save it as mentioned in storm's answer. To run it, just open that html file in browser.
28th Feb 2018, 1:45 AM
code learner
code learner - avatar
+ 6
I use Atom IDE.
21st Feb 2018, 6:52 PM
Tanya Bezrukava
Tanya Bezrukava - avatar
+ 5
🔼1. w3schools.com 🔼2. sololearn.com ⏩1 is best for Learning and ⏩2 has big community support with learning materials for both HTML & CSS, JavaScript etc. ⏺This link may give you important guidelines to be a good programmer/Web Developer:⏬ https://www.sololearn.com/discuss/1090558/?ref=app
21st Feb 2018, 5:43 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 5
after you finished typing your code in a text editor, choose "save as" and use the appropriate extension for your file. for html - name.html for css - name.css for javascript - name.js
21st Feb 2018, 6:29 PM
storm
storm - avatar
+ 3
Where ever you want. Then open it in your browser.
21st Feb 2018, 5:40 PM
Toni Isotalo
Toni Isotalo - avatar
+ 3
try notepad++
21st Feb 2018, 6:38 PM
Manish Kumar
Manish Kumar - avatar
+ 3
They come as standard with any operating system that has a 'web' browser. Just point it at your .html file...
25th Feb 2018, 1:41 PM
Peter David Carter
Peter David Carter - avatar
+ 3
I use brackets editor
5th Jun 2018, 8:25 AM
Soumyajit Chand
Soumyajit Chand - avatar
+ 2
I don't understand. You don't have to download anything. Make a html file and start doing you thing.
21st Feb 2018, 5:37 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
Yes, but where I do It?
21st Feb 2018, 5:38 PM
Jjjjjjjj
Jjjjjjjj - avatar
+ 2
I'm doing it in a bloc of notes. Then, how do I open it in my browser? (Google Chrome).
21st Feb 2018, 5:42 PM
Jjjjjjjj
Jjjjjjjj - avatar
+ 2
Thanks
21st Feb 2018, 5:43 PM
Jjjjjjjj
Jjjjjjjj - avatar
+ 2
thanks you very much
21st Feb 2018, 6:35 PM
Jjjjjjjj
Jjjjjjjj - avatar
+ 2
thanks
21st Feb 2018, 6:59 PM
Jjjjjjjj
Jjjjjjjj - avatar