\n","learningResourceType":"Practice problem","educationalLevel":"hard","about":"HTML","teaches":"the preload scanner","url":"https://journeyuncommon.com/quiz/question/68fcd67f-1351-4313-9954-18282723a23a","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"}}
Home / Practice / HTML hard HTML the preload scanner Single-choice MCQ A browser's preload scanner runs as a secondary, lightweight tokenizer over the raw byte stream while the main HTML parser is blocked. Given this script that injects a stylesheet at runtime, why does the preload scanner fail to discover and fetch styles.css early? <head>
<script>
const l = document.createElement('link');
l.rel = 'stylesheet';
l.href = 'styles.css';
document.head.appendChild(l);
</script>
</head>
JourneyUncommon
Developer screening tests for hiring teams, and free interview practice for the developers taking them. One question bank, split down the middle.
shipping daily
© 2026 Journey Uncommon Crafted with care.