windows - HTML editor / IDE for beginners - Software Recommendations Stack Exchange
Suggestions for an HTML editor?
Best free HTML editor for a programmer?
Brackets by Adobe is free and so is Visual Studio Code. Both offer syntax highlighting and some code completion, along with other stuff. Brackets also has a live preview of your website as you make changes, which I found pretty convenient.
More on reddit.comAny good HTML / CSS / JS editors?
Are you looking for an environment where you can write and test code? There are sites like https://codepen.io/ built for that.
More on reddit.comWhy is HTML5 Editor the easiest to use?
What is a WYSIWYG HTML editor?
Which editor is used for HTML?
Videos
A dedicated editor for web dev is Adobe Brackets, an awesome piece of open-source software. Here's some features it has you won't find in other editors:
- Live preview: You can set it up so that when you make a change in the editor, the change will appear immediately in the browser
- Quick edit: You can access the CSS styles affecting an element by simply putting the cursor on the element, and then pressing CTRL-E. You can also use it to have easy color selectors, and probably other things I don't even know about yet
- It's written in web languages: Once you become a more experienced web developer, you will be able to make edits to the editor itself without learning new languages
It also has a lot of plugins available, and it is quite well polished and updated often. You should try it!
My ultimate favorite IDE = Netbeans
Customized Theme:

Basic Theme:

It's very plain, the more you use it, the more you learn it. Just hit open and open you html files, or drag&drop them from your desktop and you ready to code. Or, start coding right and put your files in a project and let Netbeans handle it for you. Moreover, the editor is customizable. You can change font, background colors, size etc. Got good community support and is Open Source.
checks my HTML code for errors: - Got it and very well done + it formats your HTML codes and show tags in colors.
just by clicking some "run " button I am able to see the output: it got it's own integrated browser in a separate panel to display the result + can be linked with your favorite browser e.g. Firefox, Chrome. If you hit run Firefox will fire-up and run your html page.
runs on Windows and Linux: Checked. Win + Mac + Linux.
it should be free and not complicated to use for beginners:
Yup, Free. For beginnings? hmmm, means no complicated stuff, so don't use the advance features available. Netbeans can take you from newbie to pro, the more you use it the more you will learn about it which can save you lots and lots of time in the future. (Let's say you want to change all <span> to <div> similar to notepad++, you can find&replace using text, regex, wild card etc, you can change in files/directory/project)
IMO The best way to learn is to code it yourself. IDEs that allow you to use visual means to build your HTML pages are not very good way to master HTML. Netbeans can work as an easier notpad++, I appreciate even small stuff, like if you CTRL+LEFT CLICK on a url in one html file and it will take you to that source code of that url html file.
You can use it as a one time quick edit IDE for a single page like notepad++ or in a project based where you compose all of your files under one roof/directory/project/namespace etc. as you call it. It allows opening multiple tabs, same or different panel/windows, different colors for tabs based on to which project they belong to. Plus, open a page in a project by just typing it's name, search for file/keyword in project, navigate from project to file or from the opened file to it's base project.
It has a smart html tags checking, highlight errors, show hints, auto complete, HTML drag&drop panel. I prefer it for learning since it shows your mistakes and give you tooltip to know what do add. Type <html> and hit CTRL+SPACE and it will auto close it for you by adding </html>.
Hey guys I am new. I am learning HTML, CSS, Javascript.
My goal is to be a self taught front end developer.
What free editor do you recommend that I start with.
Once I learn the basics (using w3 school) I want to jump right into building websites and with tutorials and on my own.
Also this may sound stupid but do I need to buy web hosting to do these tutorials and basic personal projects?
If yes, what do you recommend and if no then what do I use. Thanks!