You are here : cssCSS 3text-overflow

text-overflow - CSS 3

The text-overflow property specifies how overflowed content that is not 
displayed should be signaled to the user.


Syntax

text-overflow: clip|ellipsis|string|initial|inherit;


Example

div
	{
	   
	text-overflow: ellipsis;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference