Slide 40
Slide 40 text
CSS
• While downloading CSS files, rendering in the web page
is completely blocked. This is because of a phenomenon
called “Progressive Rendering”. Without it, you will see
content shifting and changing their style while the assets
are being downloaded.
• Inline CSS is an exception, it will render immediately after
loading.