CBSE Class 10 Computer Applications
Question 34 of 48
HTML III — Audio, Video and Forms — Question 5
Back to all questions 5
Question Question 5
What attributes are valid for textarea input ?
- just name
- name, columns and rows
- name and rows
- columns and rows
name and rows
Reason — NAME, COLS and ROWS are the valid attributes which specify the name of the control, the number of columns and the number of rows of text area box, respectively.