HTML:-BDO TAG

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>bdo</title>
</head>

<body>

 This is normal text
 <br>
 <bdo dir="rtl">Right to Left Direction</bdo>

</body>

</html> .  Definition:-

bdo Tag


Uses of <bdo> tag
  • bdo stands for Bi-Directional Override.
  • This tag is used to override the current text direction.
  • ltr: Indicates that the text should go from left-to-right direction.
  • rtl: Indicates that the text should go from right-to-left direction.
       Output:-This is normal text 
Right to Left Direction 
HTML:-BDO TAG HTML:-BDO TAG Reviewed by Network security on April 29, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.