HyperText Markup Language/Tag List/bdo
Use
This reverses the text that is embedded in it. Used when dealing with other languages that write from right to left. For example Arabic.
Example
<bdo dir="rtl">This text will be backwards.</bdo>
This will return the text backwards. e.g. (.sdrawkcab eb lliw txet sihT)
Required attributes
dir
Either choose "ltr" for left to right or "rtl" for right to left. This declares what direction the text goes.
More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).
Last modified on 7 October 2010, at 20:04