What are the features you should look for in a good HTML editor? For one, I’d give wordpad and notepad a miss. You can use them, but you’ve got no way of checking your HTML code is right. You’d be surprised how easy it is to miss a closing tag, or mistype something. This is especially true when you’re nesting tables.
Whilst everyone will have different priorities, here are some of the things you might want to look out for when choosing an HTML editor.
1. Syntax Highlighting – By making the tags a different color to the text, it’s a lot easier to look back through the code when making adjustments. You can get editors that also validate that you’re entering correct HTML.
If you’re going to be working with javascript or CSS, look for an editor that highlights them all in a different color.
2. Suggestion of tags – Good editors will show you what you should be including (or could be including) with your HTML. A good editor will let you browse through the alternatives. This is especially useful when it comes to some of the properties associated with the different HTML tags
3. File Upload (FTP) – A built in FTP facility will save you a lot of time (plus you don’t have to worry about buying another program).
4. Easy conversion of text to HTML – By automatically converting text to HTML – that is, inserting paragraph tags, lists, headings, and other formatting tags – this feature will save you a lot of time, particularly with a content rich site.