Search w3schools.com:

SHARE THIS PAGE

HTML dir Attribute

HTML Global Attributes HTML Global Attributes

Example

A paragraph with a right-to-left direction:

<p dir="rtl">Write this text right-to-left!</p>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The dir attribute is supported in all major browsers.


Definition and Usage

The dir attribute specifies the text direction of the element's content.


Differences Between HTML 4.01 and HTML5

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>.


Syntax

<element dir="ltr|rtl|auto">

Attribute Values

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 HTML Global Attributes

W3Schools Certification

W3Schools' Online Certification

The perfect solution for professionals who need to balance work, family, and career building.

More than 10 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The HTML5 Certificate documents your knowledge of advanced HTML5.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The jQuery Certificate documents your knowledge of jQuery.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]