Skip to main content
","learningResourceType":"Practice problem","educationalLevel":"hard","about":"HTML","teaches":"the preload scanner","url":"https://journeyuncommon.com/quiz/question/1446a853-27f7-4d1c-9f6c-07a5a92709c6","inLanguage":"en","isAccessibleForFree":true,"provider":{"@id":"https://journeyuncommon.com/#organization"},"isPartOf":{"@type":"WebSite","@id":"https://journeyuncommon.com/#website","name":"Journey Uncommon","url":"https://journeyuncommon.com"}}
Journey Uncommon Logo
JourneyUncommon
hardHTMLthe preload scannerSingle-choice MCQ

Why can a stylesheet referenced by `<link rel="stylesheet">` block the execution of a following inline or external `<script>`, and how does the preload scanner interact with this?

<link rel="stylesheet" href="a.css"> <script src="b.js"></script>