<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Web Components - Page 6 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Web_Components&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Web_Components&amp;p=7">3.Next</a>
</p>

<p><big> HTML template </big></p>
<p>An HTML template defines a block of HTML content that is not rendered when the page loads, but can be instantiated during runtime. A template element is structured as follows:</p>

<p><syntaxhighlight lang="html"><template>    <p><big>Title</big></p>    <p>Description</p></template></syntaxhighlight></p>

<p>Scripts within a template do not run, and resources are not fetched, until the content is cloned or added to the DOM.</p>

<p><big> Browser support </big></p>
<p>Web Components are supported by current versions of all major browsers.</p><p>
<a accesskey="1" href="page.php?w=Web_Components&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Web_Components&amp;p=7">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
