Sử dụng bọc thuộc tính để đặt gói văn bản trong HTML. Bạn có thể thử chạy mã sau để triển khai wrap thuộc tính -
Ví dụ
<!DOCTYPE html> <html> <body> <form action = ""> <textarea rows = "2" cols = "12" name = "details" wrap = "hard"> This is demo text This is demo text This is demo text This is demo text</textarea><br> <input type = "submit"> </form> </body> </html>