HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML bdo Tag

HTML bdo Tag

 

 

BDO stands for Bi-Directional Override. The bdo tag is used to override the current text direction. It has a dir attribute which is used for direction.

 

Attribute Explanation:-

 

Attribute Value Description
dir ltr
rtl
Required. Specifies text direction of text inside the bdo element

 

 

For your Information:-

 

  • ltr :-  text direction from left to right
  • rtl :-  text direction from right to left

 

Syntax:-

 

Its syntax is:- < bdo dir="rtl|ltr" >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML