Bro i kinda need help on this i started to get into coding recently

<a href="#contacts-header">Contacts</a>
...
<h2 id="contacts-header">Contacts</h2>

Hi @eliasabed29 !

Welcome to the forum!

Please write code directly into the forum instead of posting screenshots.
Also provide the challenge link so we know what you are working on.

I would reset the lesson because it looks like you copied the code from the example.

Here are the first part of the instructions.

Change your external link to an internal link by changing the href attribute to "#footer" and the text from cat photos to Jump to Bottom .

This is the link you need to work with.

  <a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>

You first need to change the href value to "#footer".
Then need to change the cat photos text to Jump to Bottom.
Then you need to remove the target="_blank"

Here is the last part of the instructions.
Then add an id attribute with a value of footer to the <footer> element at the bottom of the page.

This is the footer tag.

<footer>Copyright Cat Photo App</footer>

Add the id of footer to the opening footer tag.

<footer ID GOES HERE>

Hope that helps!

thanksss i appreciate your help

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