Articles → HTML → Bdo Tag In HTML

Bdo Tag In HTML






Purpose





Syntax


<bdo dir=""> <!--dir will ltr for "Left To Right" and rtl for "Right To Left"->
   text
</bdo>



Example


<html>

<head>
	<title>bdo Demo</title>
</head>

<body> <bdo dir="ltr">
        Left to right direction
    </bdo>
	<br /> <bdo dir="rtl">
        Right to Left direction
    </bdo> </body>

</html>

Try It


Output


Picture showing the output of the bdo tag in html
Click to Enlarge


Browser Support


Internet ExplorerFirefoxChromeSafariOperaEdge
YesYesYesYesYesYes



Posted By  -  Karan Gupta
 
Posted On  -  Friday, October 14, 2016
 
Updated On  -  Friday, September 29, 2017

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250