css underline color

CSS
u
{
	text-decoration: underline;
  	text-decoration-color: red;
}
example of use: (in html)

<p>The word <u>CAT</u>, is underlined </p>p
{

   
text-decoration: underline;
 
text-decoration-color: red;

}
 
Source

Also in CSS: