hi, you were told to make the cat photo text to a link by adding the anchor tag. You didn’t add the anchor to the p tag (cat photos) but added a new line of code and made it a link. try resetting and try again.
<p>Click here to view more cat photos.</p>
<a href="https://freecatphotoapp.com">cat photos</a>
this is my code and am supposed to turn the words cat photos into a link to https://freecatphotoapp.com . when done i should remive the old anchor tag and text below . someone assist please
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Maybe it would be best to just restart the step and try again but this time only make the words cat photos into a link (don’t add any more text, just turn the text given to you into a link)