Horje

How to add HTML preconnect <link> rel Attribute

preconnect Specifies that the browser should preemptively connect to the target resource's origin.
index.html
Example: HTML
<link rel="preconnect" href="https://example.com" />

Output should be:

How to add HTML preconnect <link> rel Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin