underline text html

Solutions on MaxInterview for underline text html by the best coders in the world

showing results for - "underline text html"
Hanna
11 Jun 2018
1<!-- Using 'u' tag we can draw underline below the text in HTML -->
2<p>Hello all <u>Welcome here !!!</u></p>
Lindsay
09 Mar 2017
1<u>underline</u>
Cayden
21 Sep 2018
1Ex. Underline word "parragraph" using 'u' tag:
2
3<p>This is a <u>parragraph</u>.</p>
Karl
21 Mar 2017
1<u> text </u>