Search
 
SCRIPT & CODE EXAMPLE
 

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;
}
Comment

PREVIOUS NEXT
Code Example
Html :: bootstrap dropdown in table 
Html :: html small text 
Html :: cant pass multipule select input bootstrap 
Html :: Tab Html CSS [Bootstrap] 
Html :: multiple countdown timer js 
Html :: table rows html 
Html :: registration form bootstrap 
Html :: font awesome react color 
Html :: how to add image in html from a folder 
Html :: link em imagem html 
Html :: what is markup in html 
Html :: google maps css 
Html :: how to make multiple pages html 
Html :: alpine hide element after set time 
Html :: How do I change the default text in dropzone.js? 
Html :: html table cell color based on value 
Html :: divs html 
Html :: how to make a list in html 
Html :: lorem ipsum shortcut 
Html :: game code in html 
Html :: how to hide .html in address bar 
Html :: how to change hidden on html 
Html :: smaller than small html 
Html :: hyperlink html id 
Html :: how to change input type date format to yyyy-mm-dd in html 
Html :: favicon 
Html :: vue bind 
Html :: fieldset margin 
Html :: how to v-if without create a new div 
Html :: customize appearance of up/down arrows in html number inputs 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =