I need help please i dnt know wht im doing wrong

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 href="https://cat photos"</p>
   <a> href="https://freecatphotoapp.com </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 (X11; CrOS x86_64 14695.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.75 Safari/537.36

Challenge: Step 12

Link to the challenge:

a tag is link to url and after url give a name “cat photos” ,and after “cat photos” make a comment so use the p tag to output the srntence.The correct code is below:
CODE REDACTED BY MODERATOR

srntence is spell mistake the correct is sentence.

HI @hwapipi !

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1.I will use the hint.
2.O.K. you cut back.

what are you trying to do.?

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