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>
you can do it like this
MORE INFO
http://www.pagecolumn.com/tool/all_about_html_tags.htm