You are here : cssCSS 3display

display - CSS 3

The display property specifies the type of box used for an HTML element.


Syntax

display: value;


Example

p.inline
	{
	   
	display: inline;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference