My teacher asked me to recreate the pages of G1, Globo Esporte and Walmart. It wants the links "dead, so I use <a href="#">
. The problem is that there the content of a
turns blue, and the pages have links in several different colors.
What I want to do is take that Blue from links , and leave the word that will turn link with the color it already is.
I have already used the text-decoration: none
in CSS, but it did not work. Is there any other way to resolve this?