[How to do it…? “The a tag should have an href attribute set to” “#footer”]
this is what i’ve got so far
<a href="https://www.freecatphotoapp.com" >Jump to Bottom</a>
this is what i’ve got so far
<a href="https://www.freecatphotoapp.com" >Jump to Bottom</a>
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
You haven’t given us any information about what you are trying to do and what part you need help with.
Your anchor text says “Jump to Bottom” which would make sense with an internal link, but the href
in your anchor is an external link to another website.
nvm i found out but thanks anyway
Good job working through the problem. Happy coding!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.