Links and text decoration
Great work! We’re almost there.
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.
You’re done! Revel in the glory of your newfound CSS knowledge for a moment, then head on to the project.
I’m not sure what i did wrong… I’ve checked it many times… It keeps saying Oops, try again. Did you remember to set your link’s text-decoration to none;?
I see one big problem, which i am surprised nobody mentioned yet. You use link as css selector. Link is a word we use to describe this html element: <a></a>, in the same way/fashion/sense we use paragraph to describe this html element: <p></p>, and the css selector for paragraph is: p, so you might want to rethink the css selector for your link