Creating Textarea
Textarea for submit description with entering text or number. Purpose, for submit post, comment or guestbook.
Creating textarea is simply, look this code below :
<textarea>
Your Messages Here
</textarea>
Applying code like this :
Textarea Created