HTML editor



         




An HTML editor is a software application for creating web pages. Although the HTML code of a web page can be written with any text editor, HTML editing software offers convenience and functionality. For example, most HTML editors have features for creating Cascading Style Sheets and templates.

There are two flavors of HTML editors: text and WYSIWYG.

Contents
[edit]

Text editors

Text editors usually provide syntax highlighting, toolbars and keyboard shortcuts for quickly inserting HTML elements. Wizards and dialogue boxes help with cumbersome tasks like adding the basic page structure or creating tables.

Text editors require at least a basic understanding of HTML and CSS.

[edit]

WYSIWYG editors

So-called WYSIWYG (What You See Is What You Get) editors provide an editing interface which resembles how the page will be displayed in a Web browser. Often the WYSIWIG editor will also have a mode to edit HTML directly like a text HTML editor. Because using a WYSIWYG editor does not require any HTML knowledge, they are easier for an average computer user. WYSIWIG editors are sometimes criticized because:

[edit]

Valid HTML code

HTML is a structured markup language. There are certain rules on how HTML must be written if it is to conform to W3C standards. Following these rules allows for sites that are accessible to handicapped people, and also to wireless devices like mobile phones or PDAs.

WYSIWYG editors sometimes fail to adhere to these rules, turning out code that works to some degree but is syntactically incorrect. Older versions of Microsoft FrontPage, in particular, were notorious for producing code that would only work properly in Internet Explorer, as (to a lesser degree) was Netscape Composer for Netscape Navigator. Then again, text editors do not provide complete validation for all of these rules either, so valid code still relies on the knowledge and expertise of the coder.

Recent versions of popular HTML editors produce generally acceptable code.

[edit]

Difficulties in achieving WYSIWYG

A given Web page may not display the same on all browsers, for several reasons:

What you see may be what most visitors get, but it is not guaranteed to be what everyone gets.

[edit]

List of HTML editors

[edit]

Text

[edit]

WYSIWYG



-This article has been brought to you by BambooWeb and Wikipedia-



  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License