Jump to content

List of HTML editors

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sujith84 (talk | contribs) at 09:19, 24 November 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The following is a list of HTML editors with articles in Wikipedia.

Text editors

See also: List of text editors

Plain text editors are commonly used to produce webpages. Unlike word processors, the software does not insert text formatting elements that may interfere with the parsing of programming languages.

Text-based HTML editors

See also: List of text editors

File:EditPlus Screenshot.png
EditPlus Text Editor
File:TopStyle Screenshot.png
TopStyle CSS Editor

Text-based HTML editors evolved from basic text editors, but include additional tools specifically geared toward handling code.

Word processors

File:Microsoft Word Web Editing Screenshot.png
Microsoft Word

While word processors are not ostensibly HTML editors, many of the major products are capable of exporting document layouts in HTML format. This offers the ease of use of a word processor, similar to a WYSIWYG product (see below), but has some of the same end product limitations.

WYSIWYG editors

File:Dreamweaver Screenshot 2.png
Dreamweaver
File:Frontpage Screenshot.png
Microsoft FrontPage

WYSIWYG (What You See Is What You Get) code generators offer speed and ease of use. Many do not require any knowledge of the programming languages generated by the software. Pages are produced in a proprietary format and then exported as finished code; the exported pages cannot usually be imported for further editing, but new pages can be exported from the original proprietary file after it has been edited. Exported files tend to be larger than hand-coded pages (those produced with a text-based HTML editor or a plain text editor). WYSIWYG generators tend to be better than word processors at producing highly graphical and interactive pages.

See also