You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I can’t seem t figure this out, but I think I think I actually erased something which messed up the structure of how I’ve going along with the steps. My problem is cannot see where I’m supposed to place cat photos. I get this comment " The text inside the anchor element should not change, it must be `cat photos."
In HTML if you use a closing tag (which is when you have the slash in it) the closing tag has to be the same as the opening tag. So if you have <html> then at the end of the html part you have to have </html> If you have <h1> then you close it out with <h1> etc.
For the record, you didn’t really ask the question correctly here. When you’re having a problem, you need to format your question so that we can easily see the part of the code that is causing issue. And you also need to give a brief description describing the problem and what’s giving you trouble. It makes it easier to figure out your problem, and it has the bonus of making it easier for other people who have the same problem be able to understand that they can get help from your question.
Glad to help. I’m an experienced newbie myself. I’ve been picking at it for a while but made slow progress. Learning to code is very overwhelming at first. It can be frustrating when you don’t even know what questions to ask or how to ask them. Don’t let that discourage you. Just keep at it and things will slowly come together.
please use the HELP button to create your own topic
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.