diff --git a/files/en-us/web/html/link_types/preconnect/index.html b/files/en-us/web/html/link_types/preconnect/index.html index ba5a3cd1edeaa73..347c0e8e53a85eb 100644 --- a/files/en-us/web/html/link_types/preconnect/index.html +++ b/files/en-us/web/html/link_types/preconnect/index.html @@ -10,6 +10,11 @@ ---

The preconnect keyword for the {{HTMLAttrxRef("rel", "link")}} attribute of the {{HTMLElement("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 initiating a connection to that origin.

+
<link rel="preconnect" href="https://example.com">
+
+ + +

Specifications