![]() |
VOOZH | about |
The dirname attribute is used to submit the text direction of an input field along with the form data. It is useful for supporting languages written from right to left or left to right.
Syntax:
<input name="myname" dirname="myname.dir">Attribute Values:
Example: Illustrates the use of dirname attribute in input Element.