<!DOCTYPE HTML> <html> <body onload="document.getElementById('d').removeAttribute('contenteditable')"> <div id="d" contenteditable>notaword</div> </body> </html>