Unable to solve step 12 of Responsive web course

Hi,
I follow your step, but I could not pass the test.

HI @JolieTruong !

Welcome to the forum!

I moved your question into its own post.

In the future, please write code directly into the forum because it will be easier to read and help you. :slight_smile:

It looks like you have written cat photos twice.
You need to delete the first one.

It looks like you have two anchor tags instead of one.

I would reset the lesson and try again with those changes.

Hope that helps!

1 Like

Hi,

I am able to figure it out. I re-read carefully your previous post! . :slight_smile:

Thanks

I need help ma’am
I’m unable to solve the step 12for HTML
this is my code

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

This is what it tells me

Sorry, your code does not pass. Keep trying.

Hint

Your code should only contain one anchor ( a ) element. Remove any extra anchor elements.

You have two anchor elements, you can replace the first anchor element with the second anchor element.

Also remember to have some space after Click here to view more

1 Like

what is the first and second anchor element?
And how do I replace it?

Look at the p element can u see the <a> element? That is the first anchor element.The <a>below the p element is the second anchor element.

You can replace by cut(control+x) and then select the first a element and the n paste(control+v)

I’m so sorry. i don’t get it :smiling_face_with_tear:
I don’t know what I’m supposed to cut and paste
help me!!!

Do you know anchor elements? Or can you see it in your code right now?

If you still don’t understand what I am saying then click on Restart Step and Look carefully at the instructions and then try to follow the instructions.

Click here to view more cat photos.

link to cat pictures

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