border-bottom

Here is a Heading of Level 2


CSS:

h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BC0404;
}