Using Design Mode and execCommand to Fiddle with Web Pages
To make fiddling with the design of webpages easy, modern browsers have a design mode built-in. We can toggle it on with the document.designMode property set to 'on' .
Furthermore, we can send commands to change the page when it’s design mode with th...
jauyeung.hashnode.dev11 min read