I AM new to program please help me in this step
Hi there and welcome to our community!
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.
Thank you.
Welcome!
Please RESET this step and try again. The given code in this step is an anchor element. All you need to do here is add the text mentioned in the instructions inside the anchor element, not the text from the example.
Keep at it! You’ll get there.
Thinking about the position where you put your text “cat photos”
<a></a>
Anchor element is used for creating links.
While content should be nested in the html elements.
<element name>content</element name>
After reading my hints,try fix it yourself!
Happy Coding! Welcome!