Two ways to handle ltr/rtl on a page.
Oct 21, 2022 · 2 min read · When creating a multilingual web page you might need to handle languages written from right to left. This comes with some design issues. First, you must add the dir attribute to your root (<html>) element. But the dir attribute alone cannot tackle ev...
KKhalid commented