Content editable
2023-10-22https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable
In browser console:
document.body.contentEditable = true
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable
In browser console:
document.body.contentEditable = true
<select>
<br>
, <hr>
-> <br/>
, <hr/>
(all elements must have closing tag / be self closing)