Tag links

What is the purpose of hashtag in HTML Links?

What is the purpose of hashtag in HTML Links? Within a hyperlink, a hash – ‘#’ specifies an HTML element id to which the window should be scrolled.href=”#idname” would scroll to a current page element, such as <p id=”idname”>. You…

Pin It on Pinterest