The border-bottom-style property sets the style of an element's bottom border.
border-bottom-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
p { border-style: solid; border-bottom-style: dotted; }