Smarter than ‘Ctrl+F’: Linking Directly to Web Page Content
October 24, 2024
Historically, we could link to a certain part of the page only if that part had an ID. All we needed to do was to link to the URL and add the document fragment (ID). If we wanted to link to a certain part of the page, we needed to anchor that part to link to it. This was until we were blessed with the Text fragments!
Source: Smarter than ‘Ctrl+F’: Linking Directly to Web Page Content
You’ve no doubt noticed links into specific selections on a web page. Now that browsers hide most of a URL unless you explicitly go looking you might not have noticed how it’s done–this article explains.