CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS unicode bidi Property

CSS unicode-bidi Property

 

 

The unicode-bidi property is used with the direction property to set or return whether the text should be overridden to support multiple languages in the same document or not.

 

Default Value:-

 

Its default value is normal.

 

Syntax:-

 

Its syntax is:- unicode-bidi: normal | embed | bidi-override | initial | inherit;

 

Further Explanation:-

 

Value Description
normal The element does not open an additional level of embedding.
embed It opens an additional level of embedding dor inline element values.
bidi-override For inline elements, this creates an override. For block elements, this creates an override for inline-level descendants not within another block element
isolate The element is isolated from its siblings
isolate-override The element is isolated from its siblings and overridden;
plaintext The element is plaint text.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS