Answers for "how to have a <a> element without underline"

2

remove underline anchor tag

{
	text-decoration: none;
}
Posted by: Guest on May-25-2020

Code answers related to "how to have a <a> element without underline"

Browse Popular Code Answers by Language