Zhik
1
Tell us what’s happening:
I’m writing “See more” before the element but it seems not to be working
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
<p>See more<a href="https://ifreecatphotoapp.com">cat photos</a>in our gallery</p>
<!-- User Editable Region -->
<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 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1
Challenge Information:
Build a Cat Photo App - Step 12
You are not asked to add a p
element. Only the text. Also make sure you have spaces in the appropriate places.
Edit: also you have changed the URL. Reset your code and only add the asked for text.
1 Like
Hi @Zhik !
Welcome to the forum!
As mentioned earlier, you have changed and added extra things that were not asked in the lesson.
I have also opened an issue to discuss changes to this lesson since there are still a lot of beginners struggling with it.