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 webpage
- We'll get an error on the webpage
- The styles in the file are partially applied to the webpage
- The 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.