Recommended tool for coding with HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Recommended tool for coding with HTML

Does anyone know any other tools for coding with HTML besides Notepad? I am asking specifically if there is one tool that allows you to make HTML codes and then run it straight away just like on Eclipse for Java. Any suggestions would be appreciated. Thank you very much!

22nd Mar 2018, 4:08 PM
Retno Suci Wulandari
5 Answers
+ 4
Hmm, depends what you're running. Considering what you're wanting specifically, I would do something like WebMatrix 3. It's not as lightweight as Sublime or Brackets (which I agree with Mane, they're both amazing), BUT it installs a server/frameworks/sql onto your local machine so that you can test your code more easily while developing without the need of having your own server to test on. Works great while in production if you're wanting to test things immediately without having it hosted somewhere remote. Hope that answers your question.
22nd Mar 2018, 4:30 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
You can try brackets or sublime, those are great for me. :D
22nd Mar 2018, 4:19 PM
Mane Antonio
Mane Antonio - avatar
+ 1
Thank you all for the answers!
22nd Mar 2018, 4:51 PM
Retno Suci Wulandari
0
Personally I use notepad++
22nd Mar 2018, 7:32 PM
MicaiahDR
0
If you are looking for live refresh of your code without having to refresh the browser, have a look at live-server. https://www.npmjs.com/package/live-server.
22nd Mar 2018, 10:56 PM
Mike Choy
Mike Choy - avatar