Which HTML tag is used for overriding the text direction?
-
<dir>
-
<bdo>
-
<dfn>
-
<!doctype>
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.