A text paragraph after a left floated image. Layout manager starts rendering this text to the right of the left floated image tag. When the area beside the floated image comes full, the text continues under the image using again the full width of the browser window, of course taking horizontal margins into account.
A text paragraph after a right floated image. Layout manager starts rendering this text to the left of the right floated image tag. When the area beside the floated image comes full, the text continues under the image using again the full width of the browser window, of course taking horizontal margins into account.