Im still struggling with step 12, i wont move on until i get it! Am i doing something wrong? I have even got help from 3 different devs! My brain needs recoded

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://freecatphotos.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 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/103.0.5060.63 Mobile/15E148 Safari/604.1

Challenge: Step 12

Link to the challenge:

Exclude the dot from the anchor element

1 Like

State what your difficulty is, so that someone would know how to help you, Whats your challenge and response you are getting?

1 Like

Step 12.

It tells me that i have more than one element and that i may have omitted the text or type (cat photos).

  <p>Click here to view more cat photos.</p>
  <a href="https://freecatphotoapp.com">cat photos</a>

check if it helps you

1 Like

Thank you. I will check

Here’s the answer

line 36:
line 37:

@jmoua1

Please do not give out answers.

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.

Also, this post is over 6 months old.
Please participate in posts that are more recent :+1:

@jmoua1

Also, for future posts, here is how to write code in the forum so it displays correctly

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').