Multiple choice

Which tag is used to display the languages that read right to left?

  1. bdo

  2. kbd

  3. em

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The bdo (bidirectional override) tag is specifically designed to override the default text direction. It's essential for displaying languages like Arabic, Hebrew, or Persian that read from right to left (RTL). The dir attribute set to 'rtl' enables this behavior.