Multiple choice technology web technology

Which HTML tag is used for overriding the text direction?

  1. <dir>

  2. <bdo>

  3. <dfn>

  4. <!doctype>

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

The (Bi-Directional Override) tag is used to override the default text direction for a specific portion of text. It's commonly used with the dir attribute (ltr or rtl) to force text direction. The tag is deprecated, is for definitions, and declares the document type.