The HTML <bdo> tag is used to override the default text direction.
<!DOCTYPE html>
<html>
<head>
<title>HTML bdo Tag</title>
</head>
<body>
<bdo dir="rtl">Here's some English embedded in text in another language requiring a right-to-left presentation.</bdo>
</body>
</html>
The HTML <bdo> tag also supports following additional attributes:
Attribute | Value | Description |
---|---|---|
dir | ltr|rtl | Defines the text direction. |