K.K
2
Q:

css underline color

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

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

p
{

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

}
 
2

New to Communities?

Join the community