12
テキスト領域の改行
<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> 両方を試しましたが、htmlファイルのレンダリング中に新しい行が反映されません。どうやってやるの?
281
html
textarea
line-breaks