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

What is true about the content inside a <template> element before it is cloned and inserted into the document?

<template id="row"> <tr><td><img src="a.png"></td></tr> </template>