HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/textarea-wrap.php"> <textarea cols="25" rows="5" name="desc" wrap="hard"> </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="soft"</em> and <em>wrap="off"</em> to see the difference.</p> </body> </html>
OUTPUT
×

Save as Private