<div contenteditable="true" style="padding: 15px; background: #eee; border-radius: 5px;">
    Try editing this content directly.
</div>
Live Example Preview You can edit the content directly in the box above.
<element contenteditable="true|false|plaintext-only">
<p>contenteditable="true"</p>
<div contenteditable="true">
    Paste the copied text here!
</div>
<p>contenteditable="plaintext-only"</p>
<div contenteditable="plaintext-only">
    Paste the copied text here!
</div>
Copy This Text
Paste the Copied Text Below
<div contenteditable style="padding: 15px; background: #eee; border-radius: 5px;">
    Try editing this content directly.
</div>
Live Example Preview