Jump to content

List of HTML editors: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎See also: Comparison of HTML editors
Sondreb (talk | contribs)
m →‎Source code editors: Added Atom Text Editor
Line 11: Line 11:
*[[Aptana]]
*[[Aptana]]
*[[Arachnophilia]]
*[[Arachnophilia]]
*[[Atom (text editor)|Atom]]
*[[BBEdit]]
*[[BBEdit]]
*[[BlueFish]]
*[[BlueFish]]

Revision as of 09:20, 5 November 2014

The following is a list of HTML editors.

Source code editors

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

WYSIWYG editors

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.

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]

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. ^ "Creating and opening documents". Dreamweaver documentations. Adobe Systems. Retrieved 23 March 2014.