原文:Style textarea content with the same style as any other element using JavaScript?
I would like to dynamically insert textareas into different parts of my site and have the styling of the text in the textarea match the style of the normal text in that element. Is it possible to do ...