Html Tag Tests
contentEditable
by markallgood
HTML
<h1>The below content should be editable...</h1>
<div contentEditable="true">
This test should be editable
<p style="font-weight:bold;">What if I start throwing some elements in here...</p>
</div>
CSS
[contentEditable] { border: 1px solid black; padding: 5px; }