+ 3
Where do I can download HTML5, css3 and JavaScript in my computer in order to program with them?
14 odpowiedzi
+ 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.
+ 6
I use Atom IDE.
+ 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
+ 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
+ 3
Where ever you want. Then open it in your browser.
+ 3
try notepad++
+ 3
They come as standard with any operating system that has a 'web' browser. Just point it at your .html file...
+ 3
I use brackets editor
+ 2
I don't understand. You don't have to download anything. Make a html file and start doing you thing.
+ 2
Yes, but where I do It?
+ 2
I'm doing it in a bloc of notes. Then, how do I open it in my browser? (Google Chrome).
+ 2
Thanks
+ 2
thanks you very much
+ 2
thanks