day
10
Q:

html underline

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

<p>This is a <u>parragraph</u>.</p>
3
<p>This is a <u>parragraph</u>.</p>
0
<p>This text is not underlined</p><u>This text is underlined</u>
0

New to Communities?

Join the community