A tag having href attribute to the footer

<a href=#footer">Jump to Bottom

This question answered in later post

<a href=“https://www.freecatphotoapp.com” <a href=#footer">Jump to Bottom

any help am stuck here

If you could link to your code it would help us to have a look but for now your a tag should probably look like this
<a href="#footer">Jump to Bottom</a>
Then you will probably need to put a id of footer in the footer tag like this
<footer id="footer">
so that the 2 tags can connect to each other. Let us know if you still stuck but please give us a link to your code so we can check

Thaks got it, i found where the mistake was i had created 2 a elements tags

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