html text with under line code example
Example 1: underline text in html
<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
Example 2: line under text html
<u> text </u>
Example 3: html u tag
<p>This text is not underlined</p><u>This text is underlined</u>