How to make the <textarea> extend below the text written along left side ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to make the <textarea> extend below the text written along left side ?

When I simply coded: <p> Text: <textarea rows = "3'' cols = "6"> </textarea> It produced : ____________ | | Text: |___________| What to write so that tge code returns: ____________ Text: | | |___________|

5th Oct 2019, 7:15 PM
Rayyan Nafees
Rayyan Nafees - avatar
3 Respuestas
0
Try this, seems to be working in Code Playground. <label for = "myTextArea" style = "float: left;">Text:</label><textarea id = "mytextArea" rows = "5" cols = "30"></textarea>
6th Oct 2019, 6:02 AM
Ipang
0
Ipang What's different in this ?
5th Nov 2019, 5:06 PM
Rayyan Nafees
Rayyan Nafees - avatar
0
Did it not work Rayyan Nafees ? It's been too long I wasn't expecting your reply.
5th Nov 2019, 5:33 PM
Ipang