You are here : cssCSS 3border-bottom-style

border-bottom-style - CSS 3

The border-bottom-style property sets the style of an element's bottom border.


Syntax

border-bottom-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;


Example

p 
	{
	   
	border-style: solid;
	   
	border-bottom-style: dotted;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference