I need to be able to render some HTML tags inside a textarea (namely , , , ) but textareas only interpret their content as text. Is
With an editable div you can use the method document.execCommand (more details) to easily provide the support for the tags you specified and for some other functionality..
document.execCommand
#text { width : 500px; min-height : 100px; border : 2px solid; }
toggle bold toggle italic toggle underline