lang attribute for textarea (HTML4 & HTML5) Language code for the content of the element. Values (Default Value: no default value)
2010-04-20 · textarea: Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick) Core Attributes ( xml:space title class id) XML Attributes ( xmlns:xsi xml:lang xmlns) Style Attributes ( style) Other: cols disabled onchange rows readonly onselect onfocus accesskey onblur name inputmode
This attribute was not supported in previous versions of HTML. Also see the
Attributes Basic cols This attribute specifies the visible width in average character widths. This attribute is required. name Form control name. rows This attribute specifies the number of visible text lines.In the case of a tie, the element appearing first in the HTML document takes precedence.