Skip to main content
","learningResourceType":"Practice problem","educationalLevel":"medium","about":"HTML","teaches":"template element","url":"https://journeyuncommon.com/quiz/question/82cc64be-7550-4153-8a73-0d306d6d64a3","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
mediumHTMLtemplate elementSingle-choice MCQ

Content inside a `<template>` element is described as 'inert.' Which behavior demonstrates this inertness before the content is cloned into the live DOM?

<template id="card"><img src="/big.png"><script>console.log('hi')</script></template>