Pls I need help on stage 12. Can anyone help me out pls
Please post actual code instead of pictures of code. A link to the challenge you are working on would also be helpful. Thanks
Hi there
You’re supposed to turn the words cat photos
into a link. By that, they mean that you should nest these words in a <a>
element, which should also be nested inside <p>
.
Also, as @JeremyLT mentioned, avoid posting screenshots only, instead of your actual code and a link to the step you’re having difficulties with.
Pls I need help here is the link to the code
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos.</p>
<a href="https://freecatphotoapp.com">cat photos</a>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1
Challenge: Step 12
Link to the challenge:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.