TEXTAREA can post HTML but we have to write HTML on in it while user doesn't know about html and Textarea does not allow short keys like Ctrl + B for bold.
CONTENTEDITABLE="True" property of Div element. It allows writing HTML Code and Short Keys or any kind of HTML you copy from the other resource.
My is case is that i just want bold, italic, Underline and Enter Key. if i use textarea it does not allow me short keys for edit the html andif i use contenteditable it gives me that features and so many others that i dont allow to user to post.
I am not going for the TinyMC BBCode and so on. for the simple features like bold, italic, underline and enter.
What should i do for that?