aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html
diff options
context:
space:
mode:
authorJb Audras <audrasjb@gmail.com>2021-07-30 07:45:46 +0200
committerGitHub <noreply@github.com>2021-07-30 07:45:46 +0200
commit3687f83280ac3ee3838d0bde02048decb6c91f56 (patch)
tree68c57efba9203f2c7560b2196fbc0fe00e1f6b0f /files/fr/web/html
parentf60d6117b7003208bd1524cd4fa20b183ae60237 (diff)
downloadtranslated-content-3687f83280ac3ee3838d0bde02048decb6c91f56.tar.gz
translated-content-3687f83280ac3ee3838d0bde02048decb6c91f56.tar.bz2
translated-content-3687f83280ac3ee3838d0bde02048decb6c91f56.zip
French translation of the `dns-prefetch` reference. (#1794)
* initial translation * r * initial translation * remove seodescription span
Diffstat (limited to 'files/fr/web/html')
-rw-r--r--files/fr/web/html/link_types/dns-prefetch/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/fr/web/html/link_types/dns-prefetch/index.html b/files/fr/web/html/link_types/dns-prefetch/index.html
new file mode 100644
index 0000000000..1e61ea8584
--- /dev/null
+++ b/files/fr/web/html/link_types/dns-prefetch/index.html
@@ -0,0 +1,17 @@
+---
+title: 'Types de liens : dns-prefetch'
+slug: Web/HTML/Link_types/dns-prefetch
+browser-compat: html.elements.link.rel.dns-prefetch
+translation_of: 'Web/HTML/Link_types/dns-prefetch'
+---
+<p>Le mot-clé <strong><code>dns-prefetch</code></strong> de l'attribut {{HTMLAttrxRef("rel", "link")}} de l'élément {{HTMLElement("link")}} est une information destinée à indiquer aux navigateurs que la personne visitant le site va avoir besoin de charger des ressources provenant de l'origine de la ressource cible, et donc que le navigateur peut sans doute améliorer l'expérience de visite en effectuant la résolution DNS de cette origine de façon préventive.</p>
+
+<p>Voir <a href="/fr/docs/Web/Performance/dns-prefetch">Utilisation de <code>dns-prefetch</code></a> pour plus de détails.</p>
+
+<h2 id="specifications">Spécifications</h2>
+
+<p>{{Specifications}}</p>
+
+<h2 id="browser_compatibility">Compatibilité des navigateurs</h2>
+
+<p>{{Compat}}</p>