You are here : cssCSS 3direction

direction - CSS 3

The direction property specifies the text direction/writing direction.Tip: Use this property together with the 
unicode-bidi property to set or return whether the text should be overridden 
to support multiple languages in the same document.


Syntax

direction: ltr|rtl|initial|inherit;


Example

div
	{
	   
	direction: rtl;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference