WYSIWYG

From NoskeWiki
Revision as of 01:45, 6 February 2019 by NoskeWiki (talk | contribs) (Created page with "==About== <b>WYSIWYG</b> <i>(pronounced "wiz-ee-wig")</i> stands for "<b>What You See Is What You Get</b>". Typically this refers to a <b>graphical user interface</b> which s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

WYSIWYG (pronounced "wiz-ee-wig") stands for "What You See Is What You Get". Typically this refers to a graphical user interface which shows you the final output, instead of the underlying code.


A classic example is a web content management system which shows you what your page looks like with bold text and images etc in place... instead of showing you the underlying code which looks like: <b>bold text</b> .... align:left ..... <img src="..."> and so on. WYSIWYG editors make it possible for anyone to create content without necessarily having to understand the underlying syntax and code.


Links