You are here : cssCSS 3border-top-style

border-top-style - CSS 3

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


Syntax

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


Example

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


Output / Return Value


Limitations


Alternatives / See Also


Reference