Joomla includes two editors: TinyMCE and XStandard Lite. The default editor is TinyMCE, and it allows rich text content to be edited using on-screen fonts, styles (bold, italic, and so on), sizes, and so on. In this editor, an article will appear just as it does when it will be published to the site. XStandard Lite also offers WYSIWYG features, but also outputs XHTML- and strict HTML-compliant code for the article (which TinyMCE does not).
If no editor is selected as the default editor, all article editing will occur in plain text. Since Joomla is an HTML system, the plain text actually consists of the raw HTML code.
TinyMCE is an editor written in JavaScript that has been tested to work effectively on a variety of browsers (Internet Explorer, Firefox, Opera, and Safari), allows for XHTML 1.0 output, supports international language packs, and can even use various themes and plug-ins (including Flash). XStandard Lite, in contrast, is a compiled plug-in, which means that it is only available at present on Windows platforms. Aside from several feature advantages of XStandard, its binary execution gives it a great performance advantage over TinyMCE.