Linking the Digital World

Pascual Vila
Frontend Architect // Connectivity Lead
The web isn't a collection of pages; it's the connections between them.
Absolute vs Relative
Absolute URLs like https://google.com point to specific locations on the internet. Relative URLs like contact.html point to files within your own project.
The Target Attribute
Using target="_blank" is a UX decision. It keeps your site open while the user explores a reference, but use it sparingly to avoid cluttering the user's browser tabs.