HTML U Tag
The HTML u Element is used to create underlined text.
Note: The u Element is considered only to have Presentational value, and such tags and attributes are generally deprecated when CSS equlivants exists. The <u> Tag was used to underline text, and might still work in some browsers.HTML u Example
<p>BlueBoden.com is the <u>Blog of BlueBoden and Brugbart Webdesign</u></p>