Tag de soulignement HTML
Ex. Underline word "parragraph" using 'u' tag:
<p>This is a <u>parragraph</u>.</p>
Lazurite
Ex. Underline word "parragraph" using 'u' tag:
<p>This is a <u>parragraph</u>.</p>
<u>This is underline tag in HTML,Text will be Underlined</u>
<p>This text is not underlined</p><u>This text is underlined</u>