hii..
Here's a simple HTML code for textarea. I am using
MaxChars attribute which is used further in some Javascript. But it is proprietary thus it gives 1 XHTML validation error.
HTML Code:
<textarea MaxChars="1000" name="description" id="description" rows="6" cols="50">Testing</textarea>
Note:- It works perfect. All I want to know is how to replace
MaxChars with its equivalent that is XHTML valid.