Internal Links
If you want to make a link go to another point on the same page, you should use the ID attribute to make an internal link.
NOTE: The name attribute has been deprecated in HTML5 and should not be used.
Use the ID attribute to make an internal link
Source Code
<a href="#services">View all of our services</a> <p>...</p> <h2 id="services">Our Service</h2>