Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Button to skip part of a page in HTML?

At the beginning of an HTML page, I want to install a button that when clicked on links to a part lower on the same page, skipping all text in-between.

How can this be done?

2 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    you need to create inbound anchor text to the page itself .

    well here is the code

    suppose you want to go to bottom of the page

    <a href="bottom">go to bottom </a>

    <a name="bottom">bottom of the page</a>

    Enjoy the HTML...

    Source(s): Mind...
  • 1 decade ago

    you need to create inbound anchor text to the page itself .

    well here is the code

    suppose you want to go to bottom of the page

    <a href="bottom">go to bottom </a>

    <a name="bottom">bottom of the page</a>

    i hope it helps

Still have questions? Get your answers by asking now.