Learn HTML by Building a Cat Photo App - Step 12

how can i solve this … it apears an error each time i go as instruction say

  **Your code so far**
<html>
<body>

    <p>Click here to view more cat photos.
      <a href="https://freecatphotoapp.com">cat photos</a>
    </p>
   
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

Hi there , you are using ** instead you must use "

i rectify it still not working … go and try to solve this step if it doesn’t disturb u

Dear Asma , The best way to become a coder is to troubleshoot your problems yourself. Here in this we are trying to help each other to think better,

Let me help , I recommend resetting the step first then code again.

Please share the result again

i just had to reverse lignes

<p>
  <a href="https://freecatphotoapp.com">cat photos</a>

Click here to view more cat photos.

That’s the way for it ! Excellent!

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