🎴 Flashcard Mode

HTML and Web Portal Technologies

Card1 / 17
Mastered0
Review0
QuestionClick to flip

Which HTML tag is used for overriding the text direction?

AnswerClick to flip back
A
<bdo>
💡 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 <!doctype> declares the document type.

Change Mode