Date Tags HTML

HTML: edit smth.

I thought that we can input text only in input or in text area but div also can be editable:

    <div contenteditable='true'>
        You can edit this.
    </div>

Can be useful =)


Comments

comments powered by Disqus