Fragmentids
Fragmentids, or fragment identifiers, refer to identifiers used to reference a specific portion of a resource. They are most commonly seen as the part of a URL following a hash (#) symbol and can serve as in-page anchors, bookmarks, or routing cues in web applications. In other contexts, the term fragment ID is also used to describe an identifier for a fragment component in user interface frameworks.
In web URLs, the fragment is the string after the #. It is not transmitted to the server
Fragment identifiers are defined in URL syntax by standards such as RFC 3986. They are typically percent-encoded
Outside the web, fragment IDs appear in other domains as well. For example, in Android and other