<!DOCTYPE html> <html> <body> <h1>The textarea wrap attribute</h1> <form action="/action_page.php"> <label for="html">HTML</label><br> <textarea rows="2" cols="20" name="usrtxt" wrap="hard"> At Horje you will find free Web-building tutorials. </textarea> <input type="submit"> </form> </body> </html>