You are here : cssCSS 3white-space

white-space - CSS 3

The white-space property specifies how white-space inside an element is handled.


Syntax

white-space: normal|nowrap|pre|pre-line|pre-wrap|initial|inherit;


Example

p
	{
	   
	white-space: nowrap;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference