Do you know how to apply color to individual keywords in textarea?
I want to place an underline instead of an alert in the textarea area for the banning
Do you know how to apply color to individual keywords in textarea?
I want to place an underline instead of an alert in the textarea area for the banning
Sorry, but you really can't.
As <input>
are self closing, they cannot accommodate any tags like <span>
to add individual properties to.
You can however use some hacks.