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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?