Computer Applications
What attributes are valid for textarea input ?
- just name
- name, columns and rows
- name and rows
- columns and rows
HTML Advanced Features
2 Likes
Answer
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.
Answered By
2 Likes
Related Questions
What character is displayed on the password forms when the user inputs characters ?
- a random character.
- a '+' character.
- an asterisk
- a dot
What attribute is used for radio buttons ?
- radiobutton
- radiob
- radio
- optionbutton
What attributes can be used with the SELECT form ?
- name and multiple
- name, multiple, rows and cols
- name, multiple and size
- multiple and size
Is the size attribute valid for the submit button ?
- Yes
- No