+ 1
Which program we should use to make a website with html?
16 Answers
+ 6
I would recommend you to use "Brackets" or "Atom", those are free Programms and most of the "pro" programmers use them
+ 2
Visual studio code is a great Editor with Atom.io.
(I prefer Visul studio :v)
+ 2
Notepad++ for all coding languages, as it can handle all of them
+ 2
just as note, JetBrains' Products are not free.
+ 1
For a simple HTML website a text editor is enough e.g. notepad++ or similar
+ 1
notepad++, Sublime Text 2 is also great editor...
+ 1
that's true but don't forget the fact that sublime text costs
+ 1
I'm using notepad++ it's great
0
ty
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.
0
I recommend brackets and notepad++. They are both free and very intuitive.
0
sublime
0
i personally use notepad++ or sublime text 3 but you can use literally ANY text editor
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.
0
Just started to learn coding last week and finding brackets to be really easy to use.
0
codewriter