Is is possible to have a multiline textbox in HTML??

I need to allow users to enter upto 250 characters. I dont want to use the normal textbox....and using a textarea won't allow me to restrict the no. of characters entered.

Thanx.