Skip to content

Commit

Permalink
Added example Fixes #2944 (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreaTorAlexander authored Mar 12, 2021
1 parent 814f954 commit 960c8e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/en-us/web/html/link_types/preconnect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
---
<p><span class="seoSummary">The <strong><code>preconnect</code></strong> 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.</span></p>

<pre class="brush: html">&lt;link rel="preconnect" href="https://example.com"&gt;
</pre>



<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
Expand Down

0 comments on commit 960c8e7

Please sign in to comment.