HTML tags | bdo

The <bdo> element (Bi-Directional Override) overrides the current directionality of text, so that the text within is rendered in a different direction.

The text’s characters are drawn from the starting point in the given direction; the individua…


This content originally appeared on DEV Community and was authored by Carlos Espada

The <bdo> element (Bi-Directional Override) overrides the current directionality of text, so that the text within is rendered in a different direction.

The text's characters are drawn from the starting point in the given direction; the individual characters' orientation is not affected (so characters don't get drawn backward, for example).

It has a dir attribute to specify the direction in which text should be rendered in this element's contents. Possible values are:

  • ltr: Indicates that the text should go in a left-to-right direction.
  • rtl: Indicates that the text should go in a right-to-left direction.

Most browsers will display the <bdo> element with the following default CSS value:

bdo {
  unicode-bidi: bidi-override;
}
  • Type: inline
  • Self-closing: No
  • Semantic value: No

Definition | Example | Support


This content originally appeared on DEV Community and was authored by Carlos Espada


Print Share Comment Cite Upload Translate Updates
APA

Carlos Espada | Sciencx (2021-11-19T07:22:52+00:00) HTML tags | bdo. Retrieved from https://www.scien.cx/2021/11/19/html-tags-bdo/

MLA
" » HTML tags | bdo." Carlos Espada | Sciencx - Friday November 19, 2021, https://www.scien.cx/2021/11/19/html-tags-bdo/
HARVARD
Carlos Espada | Sciencx Friday November 19, 2021 » HTML tags | bdo., viewed ,<https://www.scien.cx/2021/11/19/html-tags-bdo/>
VANCOUVER
Carlos Espada | Sciencx - » HTML tags | bdo. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/11/19/html-tags-bdo/
CHICAGO
" » HTML tags | bdo." Carlos Espada | Sciencx - Accessed . https://www.scien.cx/2021/11/19/html-tags-bdo/
IEEE
" » HTML tags | bdo." Carlos Espada | Sciencx [Online]. Available: https://www.scien.cx/2021/11/19/html-tags-bdo/. [Accessed: ]
rf:citation
» HTML tags | bdo | Carlos Espada | Sciencx | https://www.scien.cx/2021/11/19/html-tags-bdo/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.