• Hi,

    What is the difference between anchor tags (using… Link Text) or jump links (using…. <p id=”unique-identifier”>I am the target text.</p>) to create the unique ID?

    As far as I can tell they both offer the same functionality but I wanted to check if there was a better one to use?

    The functionality that I require is to jump from an item in a custom menu to specific content on another page.

    Many thanks,

    Rosie

Viewing 1 replies (of 1 total)
  • <a href="https://www.remarpro.com"> : This will redirect to given target url.
    <a href="#target_id"> : This will target you to the given id section.

Viewing 1 replies (of 1 total)
  • The topic ‘Anchor Tags vs Jump Links’ is closed to new replies.