HTML5 Tag: BDO

Defination

The bdo element represents explicit text directionality formatting control for its children. It allows authors to override the Unicode bidirectional algorithm by explicitly specifying a direction override.

Example
<bdo dir="rtl">
This text will go right-to-left. Yes in reverse order.
</bdo>
Preview
This text will go right-to-left. Yes in reverse order.

Copyright @ 2024 DevelopNew. All Rights Reserved