What are Hash links? How?
Opened this issue · 0 comments
blessnathan01 commented
Hash links are the links that show the respective section or division tags of a single one webpage when those respective links are clicked. Hash links are done as follows:
<a href="#home">Link</a>
, when this link "Link" is clicked then the section or division having id called "home" is shown at that same time.