91-9990449935 0120-4256464 |
HTML TextareaThe HTML <textarea> tag is used to define a multi-line text input control. It can hold unlimited number of characters and the texts are displayed in a fixed-width font (usually courier). The size of the HTML textarea is defined by <cols> and <rows> attribute, or it can also be defined through CSS height and width properties. HTML Textarea ExampleTest it NowOutput: Supporting Browsers
New HTML 5 Textarea Attributes
HTML Textarea form attributeThe form attribute specifies one or more forms the text area belongs to. Test it NowOutput: The textarea element above is outside the form , but it is still the part of the form. Note: The form attribute is not supported in Internet Explorer.
Next TopicHTML Quotes
|