In HTML, the <bdo>
tag is used to override the current text direction.
When i have a <div>
tag, should i use <bdo>
tag inside it?
<div><bdo dir="rtl">TEXT</bdo></div>
Or instead i should use a CSS class for the <div>
tag:
<div class="rtl-lang">TEXT</div>
My question is: When should i use <bdo>
tag? Will it be deprecated?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With