Suppose that you have a persistent TCP connection to web server A and you first make a request for the basic html page. Then after receiving the HTML page, you make requests for the objects inside the html page. We are assuming that the objects we make the request to are all hosted on server A, hence there is no problem using the same TCP connection.
What if however, one of the objects is hosted by another server B? Eg. Third party ads. Would there be a TCP connection established to server B ? Im not so familiar with HTML but correct me if i am wrong !