This is the hint that shows up when i try to run your code on my end. look at this carefully and you’ll see that your text needs to be “Click here to view more cat photos.”
but with the code you have right now, this is your output.
try to change it to what the challenge expects you to have and you should be good to go.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.
Again, please stop trying to hijack other people’s threads. If you have questions, ask them in your own threads.
The instructions say
In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by nesting these words inside of a new anchor element.
You did not nest the text ‘cat photos’ inside of your anchor element.
please post your code.
Remember that to make a word into a link you have to put it inside an anchor tag.
Here’s an example of a properly formed anchor tag: <a href="a-link-here">Click Me!</a>
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.