loading
Please wait while loading...
Back HTML5 Link Prefetch Tag

HTML5 added a prefetch function to allow you preload a web page or source (image, video, everything...).
The prefetch api uses a link tag and with rel attribute set to 'prefetch'.

<link href="http://yourdomain.com/nextpage" rel="prefetch" />
Comments
comments powered by Disqus