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