HTML Home
HTML Tags Reference
Selected Reading
© 2011 TutorialsPoint.COM
|
HTML <bdo> tag
Function:
The HTML <base> tag is used to override the default text direction.
Difference between HTML and XHTML:
NONE
Example:
<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.
|
Online Practice:
To Become more comfortable - Do Online Practice
Attributes:
Attribute | Value | Description |
dir | ltr|rtl | Defines the text direction |
Standard Attributes:
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. |
|
|
|