You are here : cssCSS 3caption-side

caption-side - CSS 3

The caption-side property specifies the placement of a table caption.


Syntax

caption-side: top|bottom|initial|inherit;


Example

caption
	{
	   
	caption-side: bottom;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference