Page 112 - HTML5
P. 112
<link rel="prefetch" href="URL">
DNS-Prefetch resolves only the domain name whereas prefetch downloads/stores the specified
resources.
Prerender
Informs browsers to fetch and render the URL in the background, so that they can be delivered to
the user instantaneously as the user navigates to that URL. This is an experimental feature.
<link rel="prerender" href="URL">
Read Linking Resources online: https://riptutorial.com/html/topic/712/linking-resources
https://riptutorial.com/ 96

