What You See Is What You Get
As the title suggests, anything you type or place into a document will appear just as you see it when it has been converted into HTML. It will take the visual formatting that you apply, and convert this into the necessary HTML code. It extends to all text, images and links that you place into a document and makes the construction of a web page incredibly simple.
Example
Written in a WYSIWYG system looks like: WYSIWYG is common in all CMS systems, you simply type the text, highlight the words you want in bold or highlight the word(s) or image you wish to link, and press a button.
Written as HTML looksyou would type: <strong>WYSIWYG</strong> is common in all <a href=”http://www.ultramodgroup.com/CMS-Content-Managment-Systems”><strong>CMS</strong> systems</a>
