The prefetch link relation type is used to inform the browser about resources that are likely to be needed for the next navigation page, allowing the browser to fetch them in the background at a low priority. This can significantly improve loading times for subsequent pages.
<link rel="prefetch" href="/next-page.css"><link rel="prefetch" href="/current-page.css">