Multiple Choice
Choose the HTML tag below that would configure a scrolling text box with the name "feedback", 3 rows, and 60 characters.
A) < textarea name="feedback" width="60" rows="3" >< /textarea >
B) < input type="textarea" name="feedback" size="60" rows="3" >
C) < textarea name="feedback" rows="3" cols="60" >< /textarea >
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q15: The HTML5 _ form control provides the
Q16: Use the _ attribute on the
Q17: Select the HTML tag below that configures
Q18: Select the form control below that would
Q19: The purpose of the _ is to
Q21: Select the value of the type attribute
Q22: When configuring a group of radio button
Q23: Select the tag used to visually group
Q24: You would like to conduct a survey
Q25: Select the form control below that does