Last Updated on April 26, 2023 by Roshan Parihar
HTML bdo tag is used to override the text to other direction in a website.
We can call it as a bidirecitonal override system. The direction is from left-to-right and from right-to-left.
Syntax
1
<bdo dir="specify direction here">Enter some text here for bidirection overrride</bdo>
1
<p>This is the example showing the <bdo dir="rtl">bidirectional override</bdo> text to use inside the web pages.</p>
1 |
<bdo dir="specify direction here">Enter some text here for bidirection overrride</bdo> |
1 |
<p>This is the example showing the <bdo dir="rtl">bidirectional override</bdo> text to use inside the web pages.</p> |
Output
This is the example showing the bidirectional text to use inside the web pages.
Resources and References of HTML bdo tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github