CSS :any-link selector
The `:any-link` CSS pseudo-class matches all elements that match `:link` or `:visited`
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/">`
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.
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/">`
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)">`
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.
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)">`
rel=noopener
Ensure new browsing contexts are opened without a useful `window.opener`
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.
document api: linkcolor
document api: links
htmlbodyelement api: link
webgl2renderingcontext api: linkprogram
webglrenderingcontext api: linkprogram
css selector: `:any-link`: `:any-link` privacy: selector does not match `<link>` elements
css selector: `:link`
css selector: `:link`: `:link` privacy: selector does not match `<link>` elements
css selector: `:visited`: `:visited` privacy: selector does not match `<link>` elements
html element: body: link
html element: link
html element: link: blocking
html element: link: charset
html element: link: crossorigin
html element: link: disabled
html element: link: fetchpriority
html element: link: href
html element: link: hreflang
html element: link: imagesizes
html element: link: imagesrcset
html element: link: integrity
html element: link: media
html element: link: methods
html element: link: prefetch
html element: link: prefetch: secure context required
html element: link: referrerpolicy
html element: link: rel
html element: link: rel: icon
html element: link: rel: manifest
html element: link: rel: modulepreload
html element: link: rel: prerender
html element: link: rev
html element: link: sizes
html element: link: target
html element: link: title
html element: link: type
headers http header: link
javascript built-in: string: link
javascript built-in: webassembly: linkerror
javascript built-in: webassembly: linkerror: `linkerror()` constructor
50 results found.