For a website, for example, your browser has to make all these requests (and others):
- Request the initial HTML code
- Request the CSS file
- Request any images (each file is a separate request)
- Request any JavaScript files (file is a separate request)
- Request any font files (again, each one its own request)