Contenteditable is nice feature added in HTML5. As the name clarify, it allows the user to
edit any of the text contained within the element, including its children. There are a variety
of uses for something like this, including an app as to-do list, which also takes advantage of
local storage.
Comments