Use the text-decoration property to underline text with CSS. You can try to run the following code to underline text:
<html> <head> </head> <body> <p style = "text-decoration:underline;"> India </p> </body> </html>
Use the text-decoration property to underline text with CSS. You can try to run the following code to underline text:
<html> <head> </head> <body> <p style = "text-decoration:underline;"> India </p> </body> </html>