My error says:
// running tests You need an
a
element that links to
https://freecatphotoapp.com
// tests completed
My code says:
<a href="https://freecatphotoapp.com">cat photos</a>
Your help is appreciated.
My error says:
// running tests You need an
a
element that links to
https://freecatphotoapp.com
// tests completed
My code says:
<a href="https://freecatphotoapp.com">cat photos</a>
Your help is appreciated.
Hi,
can you please post your complete code? This single line seems to be OK.
Welcome, Tru Gypsy.
For future posts, 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.
Thank you.
Thank you ,
Here is my full code
type or past<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
<a href="https://freecodecamp.org">this links to freecodecamp.org</a>
<a href="https://freecatphotoapp.com">cat photos</a>e code here
You have code that should not be there. If this is not the case, it is difficult to tell, because the code has not been pasted in quite right.
I suggest you reset the code and start again.
Thank you very much for your help and your time, I appreciate it