Invalid error in yoour script

Hi,

There is an error on your page:
Instructions
Add a link to your HTML page using Link text tags (check the Hint if you need a reminder). You can link to any webpage.
On the CSS tab, change your link’s text-decoration to none and its color to #cc0000.

My HTML:

Result

Ovo je H1

ovo je paragraf

cnn site

css:
h1
{
font-family: Verdana, sans-serif;
color: #576d94;
}

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

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

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

ERROR I AM GETTING:
Oops, try again. Did you remember to set your link’s text-decoration to none;?

But I do not see an error anywhere, link is:
https://www.codecademy.com/en/courses/web-beginner-en-TlhFi/4/5?curriculum_id=50579fb998b470000202dc8b

Thx

I am having the exact same problem. I know the syntax is correct, because it removed the underlining from the link.

Use firefox and it will work

napisala je:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.