<!DOCTYPE html>
<html lang="en-US">
<body>
<form action="/textarea-wrap.php">
<textarea cols="25" rows="5" name="desc" wrap="soft"></textarea>
<input type="submit">
</form>
<p><strong>Tips</strong>: Try to insert "hello hello ... 25+ times" and click on submit button. <br>Do the same for <em>wrap="hard"</em> and <em>wrap="off"</em> to see the difference.</p> </body>
</html>