I\'m looking to display html in a text area. Is it possible to display a containing form elements inside a using javas
containing form elements inside a using javas
You can achieve this by using div with contenteditable attribute, instead of a textarea, like this:
But if you try to change the innerhtml of this div dynamically then remember, you'll have to manage caret location by yourself.