Which program we should use to make a website with html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which program we should use to make a website with html?

23rd Nov 2016, 8:09 PM
Δημήτρης Μήνος
Δημήτρης Μήνος - avatar
16 Answers
+ 6
I would recommend you to use "Brackets" or "Atom", those are free Programms and most of the "pro" programmers use them
23rd Nov 2016, 8:32 PM
Kamil
Kamil - avatar
+ 2
Visual studio code is a great Editor with Atom.io. (I prefer Visul studio :v)
23rd Nov 2016, 9:05 PM
Hickacou
Hickacou - avatar
+ 2
Notepad++ for all coding languages, as it can handle all of them
26th Nov 2016, 8:23 AM
Nathaniel
Nathaniel - avatar
+ 2
just as note, JetBrains' Products are not free.
27th Nov 2016, 1:53 AM
Andreas K
Andreas K - avatar
+ 1
For a simple HTML website a text editor is enough e.g. notepad++ or similar
23rd Nov 2016, 8:17 PM
Andreas K
Andreas K - avatar
+ 1
notepad++, Sublime Text 2 is also great editor...
23rd Nov 2016, 8:39 PM
Dusan Veljkovic
Dusan Veljkovic - avatar
+ 1
that's true but don't forget the fact that sublime text costs
23rd Nov 2016, 8:42 PM
Kamil
Kamil - avatar
+ 1
I'm using notepad++ it's great
30th Dec 2016, 1:53 AM
Abdel
Abdel - avatar
0
ty
23rd Nov 2016, 8:19 PM
Δημήτρης Μήνος
Δημήτρης Μήνος - avatar
0
There are three editors that realy stand out: Atom, Brackets, and Sublime Text 3. The main idea behind these editors is that you can customize them in any way you like using packages (extensions), custom themes, custom settings, etc. Atom or brackets are very good, but for large project Sublime is unbeatable. If you're a beginner maybe you shold choose Atom, but either way you wont make a mistake.
24th Nov 2016, 9:14 AM
Boris Boskovic
Boris Boskovic - avatar
0
I recommend brackets and notepad++. They are both free and very intuitive.
25th Nov 2016, 12:13 PM
KidCoder
KidCoder - avatar
0
sublime
25th Nov 2016, 1:53 PM
Shadman Badal
Shadman Badal - avatar
0
i personally use notepad++ or sublime text 3 but you can use literally ANY text editor
26th Nov 2016, 8:37 AM
Orfeo Terkuci
Orfeo Terkuci - avatar
0
I strongly recommend JetBrains products - WebStorm (for frontend) or PhpStorm (for full-stack development). This IDE's have a lot of tools and features: version control integration, console, ftp client, debugger, testing restful services etc. Excellent code completion and on-fly spelling/error check are great advantages.
27th Nov 2016, 1:51 AM
Alexander Sholk
Alexander Sholk - avatar
0
Just started to learn coding last week and finding brackets to be really easy to use.
28th Nov 2016, 11:21 AM
David Firmage
0
codewriter
29th Nov 2016, 7:14 AM
cdouglas
cdouglas - avatar