Basically if you set the content editable attribute on an element then the user can edit the content of the element directly
Here is an example using it:
https://codepen.io/caraya/pen/ZyQMWd
It's an HTML attribute that makes content (mainly text) editable by end users.