+ 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: | | |___________|
3 Respostas
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>
0
Ipang
What's different in this ?
0
Did it not work Rayyan Nafees ?
It's been too long I wasn't expecting your reply.