Answers for "underline tag in html"

21

underline text in html

<!-- Using 'u' tag we can draw underline below the text in HTML -->
<p>Hello all <u>Welcome here !!!</u></p>
Posted by: Guest on June-04-2020
5

html underline tag

Ex. Underline word "parragraph" using 'u' tag:

<p>This is a <u>parragraph</u>.</p>
Posted by: Guest on March-16-2020
1

underline text html

<u>underline</u>
Posted by: Guest on August-03-2021
0

html u tag

<p>This text is not underlined</p><u>This text is underlined</u>
Posted by: Guest on September-29-2020

Browse Popular Code Answers by Language