Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

double underline in html

<p>
  I want <du>this stuff</du> double underlined.
</p>

<!-- CSS  -->
du {
  text-decoration-line: underline;
  text-decoration-style: double;
}
 
PREVIOUS NEXT
Tagged: #double #underline #html
ADD COMMENT
Topic
Name
5+2 =