HTML Text Area

I am learning about HTML forms right now. The final control I was placing on my form was a textarea. The thing was supposed to be about 3 rows tall. However when I displayed my form in the browser, there were scroll bar controls on the right side. But there was not even any text in the textarea. I searched without sucess for some type of attribute to set in order to remove these scrollbar controls.

There had to be a way to have a plain textarea without any scrollbar controls. I figured it out eventually. You got to display your web page in the FireFox browser instead of Internet Explorer.