Question:You want to provide a form field to the users for writing lengthy comments on the quality of the services provided by you. Which of the following tags will you use?
A <textarea rows="8" cols="20"> Your Comments.... </textarea>
B <textarea row="8" col="20"> Your Comments.... </textarea>
C <textarea rowcount="8" colcount="20"> Your Comments.... </textarea>
D <input type="text" maxlength="100"/>
+ AnswerD
+ Report