You are here : cssCSS 3outline-style

outline-style - CSS 3

An outline is a line that is drawn around elements (outside the borders)
to make the element "stand out".The outline-style property specifies the style of an
outline.


Syntax

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


Example

p 
	{
	   
	outline-style: dotted;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference