Which tag defines a multi line text input in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which tag defines a multi line text input in html?

18th Apr 2021, 11:32 AM
Gayatri Ghosh
Gayatri Ghosh - avatar
4 Answers
+ 1
<textarea>Your multi-line text can go here...</textarea> You can specify the rows and cols attributes to get the size you want.
18th Apr 2021, 11:38 AM
CamelBeatsSnake
CamelBeatsSnake - avatar
+ 1
Gayatri Ghosh Where did you hear "multi-line text input"?
18th Apr 2021, 11:53 AM
A͢J
A͢J - avatar
0
It was a question in one of the challenge portion.... I got the answer ....it's <textarea>
18th Apr 2021, 11:55 AM
Gayatri Ghosh
Gayatri Ghosh - avatar
0
I keep receiving that question too on the challenges. If both people finish the challenge, thankfully the correct answers are available to view in the challenge history. I am learning a lot from the challenges, and my mistakes.
30th Apr 2021, 5:33 AM
EO4Wellness
EO4Wellness - avatar