Copyright © tutorialspoint.com
The HTML <base> tag is used to override the default text direction.
<bdo dir="rtl">Here's some English embedded in text in another language requiring a right-to-left presentation.</bdo> |
This will produce following result:
Here's some English embedded in text in another language requiring a right-to-left presentation. |
To Become more comfortable - Do Online Practice
Attribute | Value | Description |
---|---|---|
dir | ltr|rtl | Defines the text direction |
Attribute | Description |
---|---|
class | Document wide identifier |
dir | Specifies the direction of the text |
id | Document wide identifier |
title | Specifies a title to associate with the element. |
style | Helps to include inline casecadubf style sheet. |
lang | Sets the language code. |
Copyright © tutorialspoint.com