Or simply read up on CSS, it isn't difficult... do a google search for "w3schools css" and you'll have your info.
<form method="post" action=""> <textarea name="comments" cols="40" rows="5"> Enter you name </textarea></br> <input type="submit" value="submit"> </form>