HTML editor: Difference between revisions

Content deleted Content added
FrontPage really was notably bad for this sort of thing - this better?
"syntactically incorrect", of course
Line 19:
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 editors frequently fail to adhere to these rules, turning out code that works to some degree but is syntactically correctincorrect. 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 knowledge and accuracy of the coder.
 
While the "valid HTML" arguement still stands, the larger WYSIWYG editors have greatly improved their automated code writing in each version.