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>