Step 12 in cat photo app

what did i do wrong here?

  <p>Click here to view more cat photos <a href="https://freecatphotoapp.com"</a></p>
      <a href="https://freecatphotoapp.com">cat pictures</a>
      <img src="https://cdn.freecodecamp.org/curriculum/

I’ve edited your code for readability. 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 (').

Look at the preview pane.
Does your code make the phrase cat photos into a link?

Review step 10 and 11. How did the anchor tag work with the text within it to make it clickable?

hello and welcome to fcc forum :slight_smile:

  • you forgot to include this “step url” for reference
  • looking at it, your “anchor” tag is currently empty, as in it wont show up in “page” cause it has no text in between “opening and closing tag”

consider reading through “instructions” once again, you might see it, happy learning :slight_smile:

It is helpful if you add the link to the challenge. I reckon you want to wrap a particular text in anchor elements . Your opening anchor <a on first and second lines have a problem , wrongly written. Your img as well

The problem is I was in a hurry to solve #12 and kept editing it, now I don’t remember the original question. How do I get the original question back? Im new to this camp and still learning all this buttons.

the problem is i was in a hurry trying to solve it, kept trying to fix it and now I can’t even remember the original question. How do i get the question back? thanks

click on the reset button which looks like an arrow turning to reset the step.

thank you, let me go back and try to solve #12 again. I’m so new to this, perhaps you can give me some tips on how to retains these informations. What’s the best way for me to retains all these informations? While solving these steps am I suppose to memorize everything as far as nesting, anchoring, <> </>, etc…? i mean what is it that I need to look for while solving these problems? or am I suppose to memorize every steps of the way? You know what I’m trying to ask?

I think right now, you should focus on trying to understand what is being explained in the step and WHY the step is explaining this.

Don’t follow the steps blindly. Question why this code works this way.
And PLAY. A lot!
If the step says to make a header, make two!
If the step says to make some paragraphs, make more.

You can reset at the end and pass the step but just play with it till you get the hang of why things are as they are.

repetition repetition and some repetition, is way to go about it

just as it mentioned here, repetition works, happy learning :slight_smile:

will do, thank you so much.