What should I do to have all the <u></u> on the page have a dotted underline?

  • the question of the week - Gorets

2 answers 2

In CSS we write:

 u { border-bottom: 1px dashed #000080; } 
     text-decoration:underline;