Example

A simple <textarea> tag that open PNLdev.com link:

Laboratory

description & Usage

To create a short text area, we use the <textarea> tag, which is often used to load information in forms.

Notes

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
<textarea>

Global Attributes

The textarea tag supports the HTML Global Attributes.

Event Attributes

The textarea tag supports the HTML Event Attributes.

More Examples

Example

HTML A simple code example of the <textarea> tag - Example #1

Laboratory