Horje

How to add HTML dns-prefetch <link> rel Attribute

dns-prefetch Specifies that the browser should preemptively perform DNS resolution for the target resource's origin
index.html
Example: HTML
<link rel="dns-prefetch stylesheet" href="https://css.static.com/mystyle.css" >

Output should be:

How to add HTML dns-prefetch <link> rel Attribute




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