Every time I develop a new form that includes a textarea I have the following dilemma when I need to specify its dimensions:
Use CSS or use the textarea's attributes cols and rows?
What are the pros and cons of each method?
What are the semantics of using these attributes?
How is it usually done?