html underline tag

HTML
<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>Ex. Underline word "parragraph" using 'u' tag:

<p>This is a <u>parragraph</u>.</p>
Source

Also in HTML: