<html>
<body>
<h1>Document designMode Property</h1>
<p>The designMode property sets whether the document is editable or not.</p>
<p>This document is editable!</p>
<p>Try editing any text inside this document.</p>
<script>
document.designMode = "on";
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_doc_designmode by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:40 GMT -->
</html>