How to make tags editable in HTML?
Originally Published Here ๐!
To make any tags editable in HTML, you can use the global contenteditable attribute and pass the string true.
For an example let's consider a div tag, with some content inside it like this,
<!-- Not editable right now --...
melvingeorge-me.hashnode.dev1 min read