URI - Fragment (Ref, Reference)
Table of Contents
1 - About
2 - Articles Related
3 - Syntax
An URI has the following syntax with the #fragment being the fragment
[scheme:][//authority][path][?query][#fragment]
The value of the fragment must be encoded.
4 - Target
When a html navigation occurs (ie the uri is clicked or fired), the fragment represent:
- or with an anchor name
<a name="smtpd_client_restrictions">smtpd_client_restrictions</a>