Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML wrap Attribute


Definition and Usage

The wrap attribute specifies how the text in a text area is to be wrapped when submitted in a form.


Applies to

The wrap attribute can be used on the following element:

Element Attribute
<textarea> wrap

Example

The text in a text area with wrap="hard" will contain newlines (if any) when submitted in a form:

<textarea rows="2" cols="20" wrap="hard">
At W3Schools you will find free Web-building tutorials.
</textarea>
Try it Yourself »

Browser Support

Attribute
wrap Yes Yes Yes Yes Yes