What is the purpose of the preload link relation?

The preload link relation loads specific resources (e.g., fonts, images) early to improve performance and load time.

Example:

<link rel="preload" href="style.css" as="style">