What is a URL Fragment?
A URL fragment (also called a hash) is the part of the URL that comes
after the # symbol. It's commonly used for navigation within a page.
Example: In https://example.com/page#section1,
the fragment is section1.
Current URL Fragment
Hash Content (after #):
No fragment detected. Try adding #something to the URL!