About 111,000 results
Open links in new tab
  1. <link>: The External Resource Link element - HTML | MDN

    Feb 2, 2026 · This element is most commonly used to link to stylesheets, but is also used to establish site icons (both "favicon" style icons and icons for the home screen and apps on mobile devices) …

  2. Components: Link Component | Next.js

    Oct 17, 2025 · <Link> is a React component that extends the HTML <a> element to provide prefetching and client-side navigation between routes. It is the primary way to navigate between routes in …

  3. Link - Remix

    This does not prevent the scroll position from being restored when the user comes back to the location with the back/forward buttons, it just prevents the reset when the user clicks the link.

  4. RFC 8288 - Web Linking - IETF Datatracker

    A link can be viewed as a statement of the form "link context has a link relation type resource at link target, which has target attributes". For example, "https://www.example.com/" has a "canonical" …

  5. Link · Bootstrap v5.3

    Link utilities are used to stylize your anchors to adjust their color, opacity, underline offset, underline color, and more.

  6. RouterLink • Angular

    When applied to an element in a template, makes that element a link that initiates navigation to a route. Navigation opens one or more routed components in one or more <router-outlet> locations on the page.

  7. URL Parameters: What They Are and How to Use Them Properly

    6 days ago · URL parameters track user behavior or modify page content without the need for a separate URL for each variation. No matter the goal, they all follow the same structure. URL …

  8. Components: Link | Next.js

    Apr 15, 2025 · If you'd like to scroll to a specific id on navigation, you can append your URL with a # hash link or just pass a hash link to the href prop. This is possible since <Link> renders to an <a> …

  9. HTML attribute: rel - HTML | MDN - MDN Web Docs

    Oct 30, 2025 · The rel attribute defines the relationship between a linked resource and the current document. Valid on <link>, <a>, <area>, and <form>, the supported values depend on the element …

  10. Getting Started: Linking and Navigating | Next.js

    Jan 23, 2026 · This makes navigation between routes in your application feel instant, because by the time a user clicks on a link, the data to render the next route is already available client side. Next.js …