contenteditable属性

contenteditable属性は、ユーザーが要素のコンテンツを編集できます。

<div contenteditable="true">
  This text can be edited by the user.
</div>
inserted by FC2 system