From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/attributes%2Frel%2Fdns-prefetch.html | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 devdocs/html/attributes%2Frel%2Fdns-prefetch.html (limited to 'devdocs/html/attributes%2Frel%2Fdns-prefetch.html') diff --git a/devdocs/html/attributes%2Frel%2Fdns-prefetch.html b/devdocs/html/attributes%2Frel%2Fdns-prefetch.html new file mode 100644 index 00000000..0fb97005 --- /dev/null +++ b/devdocs/html/attributes%2Frel%2Fdns-prefetch.html @@ -0,0 +1,56 @@ +

rel=dns-prefetch

+

The dns-prefetch keyword for the rel attribute of the <link> element is a hint to browsers that the user is likely to need resources from the target resource's origin, and therefore the browser can likely improve the user experience by preemptively performing DNS resolution for that origin.

See Using dns-prefetch for more details.

+
+

Specifications

+
+ + +
Specification
HTML Standard
# link-type-dns-prefetch
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
dns-prefetch46≤793No33No46Yes4NoNoYes
+

See also

+
+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/dns-prefetch +

+
-- cgit v1.2.3