Beginner on step 12

I’ve looked this up but cannot find specifics to where the phrase “see more” is supposed to go. Ive tried putting it everywhere and I still get the same response… " You should have the words See more before the anchor element. Make sure you include the space after the last word." Can someone help?

The directions are to: Add the words See more before the anchor element and in our gallery after the anchor element"

Here’s what I have because everywhere I put the “see more” is wrong.

<a href="https://freecatphotoapp.com">cat photos</a in our gallery>

Thanks for any help

Hi there and welcome. Create a topic to the challenge step using Help button. It’s appear below the challenge editor when you try to submit wrong code more than three times.

Hey Buddy, the word See more should be added before open anchor tag <a>.

2nd thing there should’nt close bracket after in our gallery

When You will fix these two error then all problems will fade away.

Hope You Understand !!

So this?

See more <a href="https;//freecatphotoapp.com">cat photos</a in our gallery

Yea, idk how anyone can learn if it doesn’t let us type it out without it changing to an acutal link

Hi there! Use three back ticks (```) on a separate line before and after your code here in your reply to correctly preform it

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 (').

see more <a href="https://freecatphotoapp.com">cat photos</a in our gallery

So I posted my last try above. Thank you, at least you can see my answer. However, I’ve done what I thought I was supposed to do and it is still saying incorrect

Welcome to the @michelleannblair

You need to match the capitalisation for the first word as it written in the instructions.
The closing anchor tag is missing a closing angular bracket.

Happy coding

Hi, I’ve tried it with the capital. Also I’ve tried it with and without the closing bracket. I took that bracket out because Be_happy above said to remove it. Could there be a problem with the website? Or my browser? Because I have tried what you are saying and it is still incorrect.

See more <a href="https://freecatphotoapp.com">cat photos</a in our gallery>

That is my latest attempt. It says the error is: " You should have the words in our gallery after the anchor element. Make sure you include the space before the first word."

you have a broken tag here, you need to fix this, the > should not be after “in our gallery”, but you should have it

Thank you! This finally worked!

See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery

The steps before this one had an example. This one did not but I thank you.

Because this step is about writing some text, not about a new element