html element underline code example
Example 1: html underline tag
Ex. Underline word "parragraph" using 'u' tag:
<p>This is a <u>parragraph</u>.</p>
Example 2: html u tag
<p>This text is not underlined</p><u>This text is underlined</u>
Ex. Underline word "parragraph" using 'u' tag:
<p>This is a <u>parragraph</u>.</p>
<p>This text is not underlined</p><u>This text is underlined</u>