Advertisements
Advertisements
प्रश्न
What are the major attributes are available in <textarea> tag?
थोडक्यात उत्तर
उत्तर
The main attributes of <Textarea> are:
- Name – Used to define name to the control
- Rows – Specifies the number of rows in the text area control
- Cols – Specifies the number of columns in the text area, (number of characters in a line)
Example:
<Textarea rows=5 cols=50 name=comments> </Textarea>
shaalaa.com
Working with Forms
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?