Clickable Links that Link to Text on the same page - help

by 2 replies
3
Does anyone know how to make links clickable, and scroll down the page to text that is on the same page? Please see the example;

FAQ Frequently Asked Questions

Any help would be greatly appreciated.
#website design #clickable #link #links #page #text
  • You can use the anchor <a> tag to do this.

    Example:

    The clickable link
    Code:
    <a href="#mylink1">Go To My Link1</a>
    where you will be taken
    Code:
    <a name="mylink1">My Link 1</a>
  • You can find your answer on this page HTML Links


    Just scroll down and look for this title.... HTML Links - The name Attribute

Next Topics on Trending Feed