I want to add a newline in a textarea. I tried with \n and <br/> tag but are not working. You can see above the HTML code. Can you help me to insert a newline in a textarea?

<textarea cols="60" rows="8">This is my statement one.\n This is my statement2</textarea>

<textarea cols="60" rows="8">This is my statement one.<br/> This is my statement2</textarea>

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *