You are here : cssCSS 3border-collapse

border-collapse - CSS 3

The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.


Syntax

border-collapse: separate|collapse|initial|inherit;


Example

table
	{
	   
	border-collapse: collapse;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference