Ejemplo 1: HTML contenteditable
<blockquote contenteditable="true">
<p>Edit this content to add your own quote</p>
</blockquote>
<!-- blockquote can be change by other block element -->
Ejemplo 2: atributo contenteditable
<blockquote contenteditable="true">
<p>Edit this content to add your own quote</p>
</blockquote>
<!-- blockquote can be change by other block element -->
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)