Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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>
 
PREVIOUS NEXT
Tagged: #css #underline #color
ADD COMMENT
Topic
Name
6+7 =