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.
outline-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
p { outline-style: dotted; }