WE BELIEVE IN QUALITY SERVICE

<textarea> Tag

<textarea> tag defines a text area in the document. It specifies a multi-line text input control.

Example:

<!DOCTYPE html>
<html>
<body>
<textarea>
Here we are giving the web based tutorials in the easiest way. Our example will help one to understand
      perfectly.

</textarea>
</body>
</html>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<textarea> Yes Yes Yes Yes Yes