Did you know HTML elements can be editable?
This is one of the HTML options you don't see often, but are actually really cool.
There is an HTML attribute called contenteditable, and it allows HTML elements to become editable π.
Let me show you how it looks on this Codepen.
(Click any text!)
h...
h.daily-dev-tips.com2 min read
Alyssa Holland
Programming. Productivity. Positivity
Thatβs cool that you showcased this often forgotten attribute. Iβm actually quite familiar with contentenditable as I worked on a project that utilized it to create a transcript editor. When you couple it with Javascript, itβs actually pretty powerful.