Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLtemplate elementSingle-choice MCQ

Content inside a <template> element is parsed but inert. Which statement about an <img> placed inside a <template> is correct before the template is used?

<template id="card"> <img src="/big-image.png" alt=""> </template>