Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <bdi> Tag  
The HTML5 <bdi> tag is a new addition to the tags that can be used with HTML5. BDI stands for Bi Directional Isolation. The HTML5 <bdi> tag is an important one because it isolates a part of the text that might be formatted or oriented in a different direction from the other text surrounding it. It is also one of the new formatting tags under HTML5. The HTML5 <bdi> tag is useful when embedding user-generated content with an unknown directionality.

The HTML5 <bdi> tag is commonly used when including language written with right-to-left scripts in a document. Some examples of these languages are Arabic, Persian, Hebrew, Urdu, and others. This is what leads to mixing in words or phrases in English or some other language that uses a left-to-right script. The result is called bidirectional or bidi text.

Since the HTML5 <bdi> tag is fairly new, it is not yet supported by the major browsers such as Firefox, Safari, Internet Explorer, Opera, and Google Chrome. The HTML5 <bdi> tag has no functional counterpart in the HTML4.01 since this is new to the HTML5 environment.

The HTML5 <bdi> tag is also capable of supporting the Global Attributes and Event Attributes in HTML5.

Here is an example of the HTML5 <bdi> tag:

User <bdi>إيان</bdi>: 120 clicks

Print HTML5 <bdi> Tag Bookmark HTML5 <bdi> Tag

Related Articles  
The HTML5 <optgroup> Tag
The HTML5 <optgroup> tag is important when putting a drop down list within the HTML document. The main purpose of ...
The HTML5 <s> Tag
If it is necessary to indicate within a document that a particular text is no longer correct, accurate, relevant or ...
The HTML5 <acronym> Tag
The HTML5 <acronym> Tag is not supported in HTML5. It is originally used for HTML4.01 to define the acronyms.
The HTML5 <textarea> Tag
The HTML5 <textarea> tag is essential for HTML document because this specifies a multi-line text input control.
The HTML5 <div> Tag
The HTML5 <div> tag is the key in separating different partitions within an HTML document. It is capable of ...
The HTML5 <ul> Tag
The HTML5 <ul> tag is applied for an unordered or bulleted list. The use of the HTML5 <ul> tag has to be ...
More