Help-me! Links and text decoration

Hello good day!

There’s nothing wrong with my code, I’m quite sure of that! And even then, an error message appears with the following message: Oops, try again. Did you remember to leave the text-decoration of the link value none?
What should I do ? I’ve tested it on other browsers and it’s the same thing; Giving the same error!

<!DOCTYPE html>
<html>
	<head>
	    <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
		<title>Resultado</title>
	</head>
	<body>
	<h1>Eu quero</h1>
	<p>Eu quero isso</p>
	<img src="http://images.uncyc.org/pt/thumb/4/42/Digimon1.jpg/300px-Digimon1.jpg"/>
    <a href="https://www.google.com">Google</a>
	</body>
</html>
h1 {
    font-family: Verdana, sans-serif;
    color: #576d94;
}

p {
    font-size: 18px;
    color: #4a4943;
    font-family: Garamond, serif;
}

img {
    width: 300px;
    height: 100px;
    border: 1px solid #4682b4;
}

a {
    text-decoration: none;
    color: #cc0000;
}

Which browser are you using? its currently not working in chrome, try FF

2 Likes

I’m using Chrome.

I tested in Mozilla Firefox browser; In the Safari browser and also in the Internet Explorer browser, to attempt to enter the lesson because it was giving “Page Not Found 404” error. And none of those browsers above worked for me to get into the lesson. I had to search the forum for a link from the first lesson so that I could return to the lesson.

The Opera Mini browser is out of the question. Avast has accused malware in my attempt to download it.
But I’ll try to solve the lesson in other browsers. And I’ve already put the result here.

I also cleaned the history of my Chrome browser twice! And it did not.

Anyway. I was able to resolve it in the Internet Explorer browser.

it just doesn’t work in chrome, no matter how many times you clear cache, something broke at codecademy’s side

Good you where able to solve it in IE

1 Like