A paragraph with a right-to-left direction:
![]()
The dir attribute is supported in all major browsers.
The dir attribute specifies the text direction of the element's content.
In HTML5, the dir attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
In HTML 4.01, the dir attribute cannot be used with: <base>, <br>, <frame>, <frameset>, <hr>, <iframe>, <param>, and <script>.
| Value | Description |
|---|---|
| ltr | Default. Left-to-right text direction |
| rtl | Right-to-left text direction |
| auto | Let the browser figure out the text direction, based on the content (only recommended if the text direction is unknown) |
HTML Global Attributes
Your message has been sent to W3Schools.