How do I go about having a text link direct the viewer to the part of the same page where that specific information can be found so that viewers do not have to do a lot of scrolling before reaching the desired info? Thanks.
The link <a href="#headerone">Go to One</a> Code (markup): Content header <h2 id="headerone">One</h2> Code (markup):
The name property is also possible, instead of id But afaik it does not work when linking from a different page, maybe I am wrong about it.
Thank you so much!! Your suggests were very helpful!! I wish you and your families a Happy New Year!!!