1 2 3 4 5 6
<!DOCTYPE HTML> <html> <body onload="document.getElementById('d').removeAttribute('contenteditable')"> <div id="d" contenteditable>notaword</div> </body> </html>