Every time I develop a new form that includes a textarea I have the following dilemma when I need give its dimensions:
Go through CSS path or use their attributes col and rows?
What pros and cons can I found using both paths?
What semantic information gives using these attributes?
How people usually does it?