Live Editing HTML
Yes !, you can live edit webpages by adding the following in the <html>
tag.
Setting contenteditable="true"
will make its content editable.
So what ? Well you can use this HTML5 feature to make a motepad right into your browser.
Last updated