HTML editor: Difference between revisions

Content deleted Content added
mNo edit summary
expansion on the valid HTML code section
Line 17:
 
=== Valid HTML code ===
HTML is a heavily structured [[markup language]]. There are certain rules on how HTML must be written as defined by the [[W3C]] standards. Following these rules allows for sites that are accessible to handicapped people, and also to [[wireless]] devices like [[mobile phone]]s or [[PDA]]s.
 
WYSIWYG editoreditors usually fail to adhere to these rules. This has been the main point of criticism since the first introduction of this editors. ButThen onagain, theText otherEditors handdo theynot haveprovide greatlycomplete improvedvalidation for all of these rules either, so valid code still relies on thisknowledge pointand sinceaccuracy of the thencoder.
 
While the "valid HTML" arguement still stands, the larger WYSIWYG editors have greatly improved their automated code writing in each version (even [[Microsoft Frontpage]] which in previous versions was notorious for it's destruction of valid HTML code).
 
=== HTML is not WYSIWYG ===