To change the text direction to right to left it is known that we the following CSS code:
direction:rtl; //displays text direction as right to left >
direction:rtl; //displays text direction as right to left
Add dir="rtl" to the html tag any time the overall document direction is right-to-left. This sets the base direction for the whole document.