In HTML you can make any element editable. All you have to do is set the “contenteditable” attribute to “true” on nearly any HTML element to make it editable.
Here's a simple example that creates a “div” element whose contents the user can edit.
youtube Link:
/ @projectworld8632
#js #css #html