References

Collection of references for web development.

HTML dir (attr) attribute

Description

Specifies the text direction of the elements content.

Values

Value
ltr
rtl
auto

Example

<p dir="rtl">This content will be displayed from right-to-left.</p>