CSS and synchronous JS block Render Tree construction. The browser paints nothing until they finish loading.
<head> — above-the-fold styles load without a round-trip<link rel="stylesheet" media="print"> — non-critical CSS does not block rendering<script defer> or async — JS does not block HTML parsing<link rel="preload"> — load critical resources earlier