how can I remove underline text in my code ?
Asked
Active
Viewed 152 times
9
-
You can find the answer here https://stackoverflow.com/questions/2041388/how-to-remove-the-underline-for-anchorslinks – Nick Vu Aug 06 '22 at 06:51
4 Answers
4
Use text-decoration : none ;
tag in your CSS file or style
code .

Seyfi
- 1,832
- 1
- 20
- 35

Hanieh Sadeghi
- 56
- 1
- 10