Help whats the answer? i have tried multiple ways of the code.I am already certified on soloLearn. I know what im doing yet this site doesn't agree with that

Tell us what’s happening:
Describe your issue in detail here.

  **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<a href="https://freecatphotoapp.com">cat photos.</a></p>
    <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 (Linux; Android 7.1.1; Z558VL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

Hello,
Welcome to the Forums :wave:


You need some space after Click here to view more and there is an extra dot/period(.) in the link text

I’ve added space and it still says I have omitted the text?
however if you type it just like I have in ACODE, spck editor, visual code mobile editor the it shows the text to be highlighted and working. having the same issue on the form registration as well the terms and conditons will be linked and take you to the error page not found on free code camp.org
I guess they are just extremely picky compared to everything else

Its just that you have to understand what is being said, even an extra . or a space can make an error.


Whats your code now? Have you removed the extra dot/period( . ) that was there in the link text?

i have removed the extra period, now it keeps saying i must use an a element to link the text, i haven’t changed any other part of the code except adding the space and removing the “.”

Then can you post your code? it should have worked if you followed me properly.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.