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 writing mode Property

CSS writing-mode Property

 

 

The writing-mode property is used to specify whether lines of text are laid out horizontally or vertically.

 

Default Value:-

 

Its default value is horizontal-tb.

 

Syntax:-

 

Its syntax is :- writing-mode: horizontal-tb | vertical-rl | vertical-lr;

 

Further Explanation:-

 

Value Description
horizontal-tb Let the content flow horizontally from left to right and vertically from top to bottom
vertical-rl Let the content flow vertically from top to bottom and horizontally from right to left
vertical-lr Let the content flow vertically from top to bottom and horizontally from left to right

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS