Answers for "how to underline a text document 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

Code answers related to "how to underline a text document in html"

Browse Popular Code Answers by Language