HyperText Markup Language/Tag List/bdo
From Wikibooks, the open-content textbooks collection
Contents |
[edit] 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.
[edit] Example
<bdo dir="rtl">This text will be backwards.</bdo>
This will return the text backwards. eg(.sdrawkcab eb lliw txet sihT)
[edit] Required attributes
[edit] dir
Either choose "ltr" for left to right or "rtl" for right to left. This declares what direction teh text goes.
[edit] dir
[edit] More info
A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).