(CSSOM) tree • To create the render tree, the browser uses the DOM tree to enumerate a page’s visible HTML tags, and the CSSOM tree to determine what those visible tags should look like. • CSS tags do not block HTML parsing, but they do block rendering, layout, painting, and JavaScript execution. • Best practices encourage developers to place CSS tags at the top of pages, to ensure that the CSSOM tree is built quickly. • Images and other media files