Need help with internal links challenge - HTML

can you help me with the coding, I’m not good at this, I’m new but I love to know web development, now I can’t put the id attribute for the footer, can you help me

Please share your updated code. Thanks

1 Like

Hi!
What everyone is trying to say is to copy/paste the code in the place where you typed your code and send it here.

1 Like

Again. Post the code. Do not post pictures.

<h2>CatPhotoApp</h2>
<main>

  <a href="#footer"https://www.freecatphotoapp.com">jump to bottom</a><h2 id="<footer></h2>"

<a href ="#footer"https://www.freecatphotoapp.com">jump to bottom</a><h2 id="footer</h2>"

I’ve edited your post 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 (’).

Thank you for posting your code. We need to see all of the code, not just a portion of it. You have syntax errors in your footer/h2 tag, but we need to see more to understand what you are trying to do.

1 Like

Is this for a different challenge? If so, it is much easier and clearer if you create a new topic for that challenge by using the Ask for Help button.

The code is vague . I suggest creating a new topic or copy paste the full code here.

I’m new here but i want to be good at coding, thank for the support, explain to things i did wrong, i have tried to follow the instructions

Its fine. Being new is not a crime.
If you post the full code and link to the challenge it will be easier for us to help . Thats why!

Are you working on a new challenge?

Are you working on this challenge?

Please reply back with yes or no

1 Like

ok tanks, how can i post the whole code?

I’ll explain in a simple way -
All you need to do is just copy the whole code you typed in the area where they asked you to type using CTRL + C (after selecting all the text) key and then come back here and CTRL + V to paste it.

I have created a new topic for you since you are working on a new challenge.

Assuming you are doing the same exercise, in the bottom of the page you will find a footer tag . Just create a new id attribute in it.
Sample:-

<footer id="footer">Sample Footer</footer>

Plus your code has “spelling mistakes” or some extra stuff. Correct that too and you’re good.

Highlight all of the code you see in the editor here

and then use CTRL +C to copy it.
reply back to your post and paste it using CTRL+V

3 Likes

u wrote wrong href attribute
you should write

if you will write only #footer you remove link https

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