HTML - Tags - <bdo>

#15 of 147
bdo

 <html>
 <body>
     <p>Left to right</p>
     <bdo dir=rtl>Right to left</bdo>
 </body>
 </html>
 

The bdo element is used to override the current direction of text.

bdo = bidirectional override.

A live example:


Left to right

Right to left


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath