Convert LTR website to a RTL
Implementing RTL is very simple. You just have to add the dir attribute to your top element of the web page. <body dir=”rtl”> content </body> dir attribute can take three values: ltr, rtl, auto Now you will see that most of the content of your website will be right-aligned but still many elements will look…