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 ?

  1. just name
  2. name, columns and rows
  3. name and rows
  4. columns and rows
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.