content logo

Learn HTML:

Html bdo tag

The HTML <bdo> tag is used to override the default text direction.

 

Example

<!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>

Specific Attributes

 

The HTML <bdo> tag also supports following additional attributes:

 

Attribute Value Description
dir ltr|rtl Defines the text direction.

 

#

Html bdo tag Example

#

Html bdo tag Code

#

Html bdo tag Tutorial