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…

  1. A.

    <dd>

  2. B.

    <dfn>

  3. C.

    <pre>

  4. 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>

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…