Source Code:
(back to article)
Submit
Result:
Report an issue
9
1
2
3
4
5
6
7
8
›
⌄
⌄
⌄
<
body
>
<
div
>You won't see the template, as it's not activated using JS.</
div
>
<
div
id=
"template-container"
>
<
template
id=
"my-template"
>
<
h1
>Hidden!</
h1
>
</
template
>
</
div
>
</
body
>
<body> <div>You won't see the template, as it's not activated using JS.</div> <div id="template-container"> <template id="my-template"> <h1>Hidden!</h1> </template> </div> </body>