How do i get my textbox to only accept say 200 characters in it and no more i use this code.

Code:
<tr>
		<td>Bio/About:</td>
		<td><textarea name='bio' cols='35' rows='5'></textarea></td>
	</tr>