FSTUTS FORUMERS
Dont forget to join!

Please Read the forum rules and regulations before posting^_^

Thank You!

Join the forum, it's quick and easy

FSTUTS FORUMERS
Dont forget to join!

Please Read the forum rules and regulations before posting^_^

Thank You!
FSTUTS FORUMERS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Using Textarea tag

Go down

Using Textarea tag Empty Using Textarea tag

Post by mrs3m0 Sun Jun 28, 2009 7:48 pm

The textarea tag is a multi-line text input control. It can hold an unlimited number of characters, and the text renders in a fixed-width font.

The size of a textarea can be specified by the cols and rows attributes, or even better; through CSS' height and width properties.

Code:
<textarea name='textarea' rows='3' cols='100'></textarea>

Preview:

mrs3m0
FTTF Tutor
FTTF Tutor

Posts : 10
Reputation : 2
Join date : 2009-06-10

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum