Simple WYSIWYG with Ace Editor Example

Simple WYSIWYG with Ace Editor

Back to Tutorial

generating preview

<html> <head> <style> body{ font-family:'Verdana', sans-serif; background:turquoise; } .someDiv{ padding:10px; margin:20px; display:inline-block; background:orange; } </style> </head> <body> <h1>This is the preview.</h1> <div class="someDiv"> Welcome to CodeHim </div> </body> </html>