What happens to a webpage if we don't include a link to a particular CSS file?

The styles in the file won't apply to the webpageWe'll get an error on the webpageThe styles in the file are partially applied to the webpageThe styles in the file are still applied to the webpage

If we don't include a link to the CSS file, the styles we add in the CSS file won't apply to the webpage.