Monday, May 3, 2021

HTML link pointing to a HTML anchor

HTML Anchor:

<a name="overview.description">

you can point to this anchor within the HTML:

<a href="#overview.description">Description</a>

or through a URL link:

https://lucene.apache.org/core/7_7_1/core/overview-summary.html#overview.description


No comments: