javascript - Is it possible to display bold and non-bold text in a textarea? -


this question has answer here:

i don't want this:

<textarea>the <b>color</b> black.</textarea> 

instead of <b> , </b> want text "color" shown in bold.

is possible?

for these cases, avoid use pure text area, use wysiwyg html editor.

here ideas you:

ckeditor

niceditor


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -