What are two ways to enable rich text editing in your page?
What are two ways to enable rich text editing in your page? Answer: Embed an iframe containing a blank HTML page, set the "designMode" property of the iframe document object to "on". Apply the "contenteditable" attribute to an element on the page.