Situation: Say I type some website's URL into my search bar. The server sends some HTML and CSS files to my computer.
Question: How does my web browser decide which file among the received files is the entry point (or otherwise "starting point") from which to start evaluating/rendering?
What I've tried: Googling various phrases and doing a cursory search on SO. But my search terms might've been suboptimal, and this question might seem stupid, because I don't know what I don't know.