contenteditable属性允许将任何HTML元素设置为可编辑。它可包含3个值:true、false和inherit。

如:

<p contenteditable="true">Your content</p>