Text Direction Example

Example showing reversed text direction using the bdo element.

Preview

Code

<p>Normal text direction.</p>

<p><bdo dir="rtl">This text will be displayed from right to left.</bdo></p>

More HTML Quotations Examples (5)