<p>See more
<a href="https://freecatphotoapp.com">cat photos</a>
in our gallery.</p>
<a href="https://freecatphotoapp.com">link to cat pictures</a>
thats my actually code, im in step 12 of photo cat app, add an anchor tag into the p tag, and i cant find my mistake, can you help me?
(sorry if my english is not the best, im not from uk,america)
thanks for your helping
Please don’t add the extra line breaks
<p>See more <a href="https://freecatphotoapp.com">cat photos</a>
in our gallery.</p>
i take the extra lines breaks out but it still dont functionate…
im59138
4
it looks like you are going to a new line after the anchor element, remove that new line too
1 Like
<p>See more <a href="https://freecatphotoapp.com">cat photos</a>in our gallery.</p>
like this? this still dont works…
Now you deleted a space after the anchor element closing tags.
You should not add or remove any spaces or newlines from the original code.
<p>See more <a href="https://freecatphotoapp.com">cat photos</a>
in our gallery.</p>
you mean like this? this still wont work
im59138
8
you added the new line again, you should not have that, you should have a properly spaced string tho
Stop adding any new lines
i try to restart the step and this time i add no new lines or spaces! thanks for your fast reactions!
1 Like
Nice, i coud make the step!
This time i made no spaces or newlines and it helps!!
Thanks for your tips and fast Help!
1 Like