Your anchor (a ) element’s text should be link to cat pictures . Make sure to put the link text between the anchor (a ) element’s opening tag and closing tag that’s what’s it’s saying
okay. Try to click on Restart Step to return everything back to the start.
Then add the text they asked you to add in between the opening tag for anchor and the closing tag for anchor. Do not modify the anchor tags at all.
Just type in between them.
For eg. if I had this anchor tag <a href="#"></a>
and someone told me to add text Click Me! to it, I would do it like this <a href="#">Click Me!</a>
(the text goes in the middle of the opening and closing tags)