I have a textarea field and I want the user to be not able to enter HTML TAGS it to textarea.
Is that possible?
EXAMPLE
<textarea rows="4" cols="30" id="textareadescription"></textarea>
In this user not able to enter HTML TAGS like
<button> Submit </button>
<textarea rows="4" cols="30" id="textareadescription" disabled="disabled">