Editable div
importance: 5
Create a <div>
that turns into <textarea>
when clicked.
The textarea allows to edit the HTML in the <div>
.
When the user presses Enter or it loses focus, the <textarea>
turns back into <div>
, and its content becomes HTML in <div>
.