+ 1
Remove underline from link.
<ul> <li class="first-nav"><a href="home.html">HOME</a></li> </ul> How to remove underline from this please tell.
9 Réponses
+ 1
a{
text-decoration:none;
}
+ 1
No friend it's under div
+ 1
Not working
+ 1
Sorry , but can you please answer it please
+ 1
Can we chat on Whatsapp Imo or Skype.
+ 1
& the answer is you have to put style ="text-decoration:none " under <a>
Like this
< a href =" home.html " style ="text - decoration :none ">
</a>
It will work only hare not anywhere else.
But thanks for the support and searching a lot I got my answer.
0
wheres the whole code?theres no div in your question
0
style="text-decoration:none; "
0
a{
text-decoration: none
}