1. CSS :any-link selector

    The `:any-link` CSS pseudo-class matches all elements that match `:link` or `:visited`

  2. Resource Hints: dns-prefetch

    Gives a hint to the browser to perform a DNS lookup in the background to improve performance. This is indicated using `<link rel="dns-prefetch" href="https://example.com/">`

  3. Resource Hints: modulepreload

    Using `<link rel="modulepreload">`, browsers can be informed to prefetch module scripts without having to execute them, allowing fine-grained control over when and how module resources are loaded.

  4. Resource Hints: preconnect

    Gives a hint to the browser to begin the connection handshake (DNS, TCP, TLS) in the background to improve performance. This is indicated using `<link rel="preconnect" href="https://example-domain.com/">`

  5. Resource Hints: prefetch

    Informs the browsers that a given resource should be prefetched so it can be loaded more quickly. This is indicated using `<link rel="prefetch" href="(url)">`

  6. Resource Hints: preload

    Using `<link rel="preload">`, browsers can be informed to prefetch resources without having to execute them, allowing fine-grained control over when and how resources are loaded.

  7. Resource Hints: prerender

    Gives a hint to the browser to render the specified page in the background, speeding up page load if the user navigates to it. This is indicated using `<link rel="prerender" href="(url)">`

  8. rel=noopener

    Ensure new browsing contexts are opened without a useful `window.opener`

  9. Link type "noreferrer"

    Links with `rel="noreferrer"` set do not send the request's "referrer" header. This prevents the destination site from seeing what URL the user came from.

  10. document api: linkcolor

  11. document api: links

  12. htmlbodyelement api: link

  13. webgl2renderingcontext api: linkprogram

  14. webglrenderingcontext api: linkprogram

  15. css selector: `:any-link`: `:any-link` privacy: selector does not match `<link>` elements

  16. css selector: `:link`

  17. css selector: `:link`: `:link` privacy: selector does not match `<link>` elements

  18. css selector: `:visited`: `:visited` privacy: selector does not match `<link>` elements

  19. html element: body: link

  20. html element: link

  21. html element: link: blocking

  22. html element: link: charset

  23. html element: link: crossorigin

  24. html element: link: disabled

  25. html element: link: fetchpriority

  26. html element: link: href

  27. html element: link: hreflang

  28. html element: link: imagesizes

  29. html element: link: imagesrcset

  30. html element: link: integrity

  31. html element: link: media

  32. html element: link: methods

  33. html element: link: prefetch

  34. html element: link: prefetch: secure context required

  35. html element: link: referrerpolicy

  36. html element: link: rel

  37. html element: link: rel: icon

  38. html element: link: rel: manifest

  39. html element: link: rel: modulepreload

  40. html element: link: rel: prerender

  41. html element: link: rev

  42. html element: link: sizes

  43. html element: link: target

  44. html element: link: title

  45. html element: link: type

  46. headers http header: link

  47. javascript built-in: string: link

  48. javascript built-in: webassembly: linkerror

  49. javascript built-in: webassembly: linkerror: `linkerror()` constructor