Solved

Choose the HTML Tag Below That Would Configure a Scrolling

Question 20

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions