The word Hello is "Hello" spelled backwards.
The word <bdo dir="rtl">Hello</bdo> is "Hello" spelled backwards.
New! My 44-page ebook "CSS in 44 minutes" is out! 😃
Allows to override the direction of text.
Example: Copy
The word <bdo dir="rtl">Hello</bdo> is "Hello" spelled backwards.
dir
Defines in which direction the text should go.
"rtl"
The text goes from right to left.
"ltr"
The text goes from left to right.