CSS Font Underline - How to underline text with CSS
Underlining a piece of text that isn't a link is usually a bad idea, as it might confuse your visitors. But if you really have to do it, use CSS to style your text. The u tag has been deprecated in HTML5 and you should move to CSS-only design even though ...