Sometimes you don’t have Dreamweaver in your PC and you want to edit any HTML page and want to use an WYSIWYG (what you see is what you get html editor) ,but don’t want to install a software . A simple javascript can help you edit any webpage .
Use this javascript to edit any live webpage :
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
All you need to do is to open a HTML page in your Firefox/Chrome or any browser and then paste this code and hit enter and then start editing the webpage.
If you have any computer related problem, you can ask it at our Question & Answer portal and our experts will answer your queries.

