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:
ResultOvo je H1
ovo je paragraf

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