This element is used to change the current directionality of the text, in HTML :
2022
This element is used to change the current directionality of the text, in HTML :
Answer: D. <bdo> — The <bdo> tag is specifically designed to override the default text direction in HTML. Common values: dir="ltr" → Left to Right dir="rtl" → Right to Left…
- A.
<dd>
- B.
<dfn>
- C.
<pre>
- D.
<bdo>
Attempted by 309 students.
Show answer & explanation
Correct answer: D
The <bdo> tag is specifically designed to override the default text direction in HTML.
Common values:
dir="ltr" → Left to Right
dir="rtl" → Right to Left
Therefore, the element used to change the current directionality of text is:
Answer: D) <bdo>
Loading lesson…