text-decoration:underline vs border-bottom....
- by jitendra
What is the difference to use {text-decoration:underline} and {border-bottom:...}?
which is easy to style and cross browser compatible?
when we should use border-bottom over text-decoration:underline?
Would it be good to use border-bottom always in place of text-decoration:underline?