Question
Easy

This element is used to change the current directionality of the text, in HTML:

1
<dd>
2
<dfn>
3
<pre>
4
<bdo>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option D
Explanation

The correct option is (4): The HTML element used to explicitly change the current directionality of the text is the \ tag, which stands for Bi-Directional Override. The primary function of the \ element is to tell the browser to ignore the standard Unicode algorithm used for directional text handling and render the contained text in a strict direction specified by its mandatory dir attribute (either ltr for Left-to-Right or…Read More