- 1
Can i delete the line below the links in HTML?
I want to delete the lines below the links from my site. Can I do this?
3 Answers
0
yes try text-decoration property in CSS
0
<a href="your link" style="text-decoration:none">Text to Display </a>
- 1
Ah, ok.. In CSS, not in HTML. Thanks