Web design: html, css, js...but which programs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Web design: html, css, js...but which programs?

I am learning html and I am applying it using Dreamweaver. Going on learning I wish to use new programs.. but I don't know..which programs are mainly used?

4th Dec 2016, 8:48 PM
Laura
Laura - avatar
3 Answers
+ 3
You can use a lot of IDEs (They are "programmations programms"). Notepad ++ is like standar. Brackets and Sublime text, can be used. Dreawaver have a lot more graphics tools. (like, instead of creating a form by coding HTML, you can drag-and-drop a form from the tool bar. It's a "faster" tool, but you have to learn it to be efficent with. They alos require more memory to run. You can also can find IDE's on internet, on clouds.
4th Dec 2016, 9:25 PM
Nahuel
Nahuel - avatar
+ 2
Notepad is used pretty often with it. Haven't tried other text editors much but I've heard that Sublime is a popular text editor too. Whenever you go on to non-markup languages (C++,C#,Python and so on), try Visual Studio.
4th Dec 2016, 8:52 PM
Ben
Ben - avatar
+ 1
I had tried a discrete number of IDEs and then I found Visual Studio Code. It has IntelliSense, loads and runs pretty fast and with the recommended extentions it's great. I've never changed after it.
5th Dec 2016, 1:32 AM
Gleb Golov
Gleb Golov - avatar