1. Home
  2. Html
  3. Preload tag

Preload assets asynchronously. Can be used for preloading scripts, stylesheets, images, fonts and other asset types.

#html#attribute#async#performance
<link rel="preload" href="style.css" as="style">
copy
Full Html cheatsheet