List of HTML editors

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The following is a list of HTML editors.

Source code editors

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Source code editors evolved from basic text editors, but include additional tools specifically geared toward handling code.

<templatestyles src="Div col/styles.css"/>

WYSIWYG editors

Lua error in Module:Details at line 30: attempt to call field '_formatLink' (a nil value). HTML editors that support What You See Is What You Get (WYSIWYG) paradigm provide a user interface similar to a word processor for creating HTML documents, as an alternative to manual coding. Achieving true WYSIWYG however is not always possible.

<templatestyles src="Div col/styles.css"/>

Word processors

While word processors are not ostensibly HTML editors, the following word processor are capable of opening, editing and saving HTML documents. Among them, Microsoft Word inserts extraneous markups into the document.[1]

<templatestyles src="Div col/styles.css"/>

WYSIWYM editors

WYSIWYM (what you see is what you mean) is an alternative paradigm to WYSIWYG, in which the focus is on the semantic structure of the document rather than on the presentation. These editors produce more logically structured markup than is typical of WYSIWYG editors, while retaining the advantage in ease of use over hand-coding using a text editor.

Discontinued editors

Editors that have been discontinued, but may be in common use

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

External links