Underline tag

The <u> tag underlines the tagged text, as shown in the following code:

This is <u>underlined</u> text.

This code would render as follows: