Html5中contenteditable

H5中新增的一个属性:
让标签可以编辑的属性
contenteditable="true"
即使是一个div也可以编辑文字;

<div class="contenteditable="true""></div>