So i remember from a lesson in the responsive web course that fccc taught how to remove the bottom line when i link a text to a website but I can’t remember how. Could anyone help me out ?
Did you try googling the answer?
“How to remove underline from links”
First article I get back from that search points to an article right here on FCC.
How to Remove Underline from a Link in CSS – HTML Style Guide
Not trying to be a jerk here, but learning how to search for your answers is a big part of being a professional developer. Because it is impossible to remember all of these little details.
Hello, i really appreciate your concern. I’m just starting my coding journey; I did try googling but didn’t have the right keywords so didn’t find a proper explanation. Thank you for your help
<3 :'D
Set the ‘text-decoration’ property to the value of ‘none’ in the css rule, for the anchor element that contains the hyperlinked text.
i really appreciate your help <3 It worked ;-;
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.