Horje
How to create HTML <bdo> for Bi-Directional Override

BDO stands for Bi-Directional Override.

The HTML <bdo> tag is used to override the current text direction:


Example of HTML <bdo> for Bi-Directional Override

<bdo dir="rtl">This line will be written from right to left</bdo>

Full Example of HTML <bdo> for Bi-Directional Override

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>If your browser supports bi-directional override (bdo), the next line will be written from right to left (rtl):</p>

<bdo dir="rtl">This line will be written from right to left</bdo>

</body>
</html>

Output should be:

Full Example of HTML <bdo> for Bi-Directional Override





Related Articles
What is HTML Quotations HTML Quotations
How to create HTML <blockquote> for Quotations HTML Quotations
How to create HTML <q> for Short Quotations HTML Quotations
How to create HTML <abbr> for Abbreviations HTML Quotations
How to create HTML <address> for Contact Information HTML Quotations
How to create HTML <cite> for Work Title HTML Quotations
How to create HTML <bdo> for Bi-Directional Override HTML Quotations

Single Articles
Example of HTML <bdo> for Bi-Directional OverrideHTML Quotations
Full Example of HTML <bdo> for Bi-Directional OverrideHTML Quotations

Read Full:
HTML Quotations
Category:
Web Tutorial
Sub Category:
HTML Quotations
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
61


Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_formatting_bdo

Share on: