Arabic HTML layout direction with css

后端 未结 4 1405
长发绾君心
长发绾君心 2021-01-03 10:38

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
         


        
4条回答
  •  耶瑟儿~
    2021-01-03 11:02

    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.

    
    
    
    

提交回复
热议问题