<p>Everyone loves cute cats online!</p>
</p> <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"<p>cute cats</a>
i used cloud to change the html to jpeg file
<p>Everyone loves cute cats online!</p>
</p> <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"<p>cute cats</a>
i used cloud to change the html to jpeg file
Hi there and welcome to our community!
If you want to turn a portion of text into a link, you should not duplicate the text, but simply enclose it within anchor tags.
EXAMPLE:
<!-- text without link -->
<p>Please visit my website for awesome content</p>
<!-- 'my website' turned into a link -->
<p>Please visit <a href="example.com">my website</a> for awesome content</p>
Also, for future reference, it’s best not to post screenshots of your code. Instead, you can click the Help button, which appears after you have submitted incorrect code three times.
This will create a forum post which automatically includes your full code, a direct link to the challenge, and an opportunity for you to describe your issue in detail.