ClickStart logoHTML5 to the point

Allowing users to modify content

You can use the contenteditable attribute to allow users to edit an element's content. You can then use JavaScript or the WebStorage API to save the user's changes.

Screenshot

Code

<p contenteditable="true">Beckenbauer is the best soccer player of all time.</p>

Example

Beckenbauer is the best soccer player of all time.