
Conditionally Load CSS Files Based on the Media
The link tag in HTML supports the media element that allows you to specify the media type, and additional conditions such as the width and load a specified CSS file. For example, the following link tag loads a CSS file called “longWidth.css” only if the media is of type “Screen”