Remember, a link has both an opening and closing tag.
Also, you might not pass because you have changed some of the other text (such as you changed “Click” to “click”). It is always best to only make the requested changes in the instructions and nothing more. Even the tiniest change that isn’t expected can cause the tests to fail. To be safe, you can always restart the step to make sure that you haven’t changed anything you shouldn’t have.
That makes sense. But then why is it telling me “your code should only contain one anchor (a ) element. Remove any extra anchor elements.” The last one I had a problem with I didn’t have to reset, I just figured out what I was doing wrong!
I’m guessing because in your code above you forgot to close off the link with a closing </a> tag and so the tests didn’t think you had a link even though you had the beginning <a> tag. The hint could possibly be a little better because it does sort of make it sound like you have more than one link tag when you didn’t even have one complete one.