HTML and CSS Reference
In-Depth Information
<!-- assume chapter 1 before -->
<section id="chapter2">
<header>
<h1> Chapter 2 </h1>
</header>
<p> Intro to chapter 2 here... </p>
<section id="newStrucreElements">
<header>
<h2> New Structural Elements </h2>
</header>
<h3> header Element </h3>
<p> Discussion of header element. </p>
<h3> footer Element </h3>
<p> Discussion of footer element. </p>
<h3> section Element </h3>
<p> Discussion of section element </p>
</section>
<section id="newFormElements">
<header>
<h2> New Form Elements </h2>
</header>
<h3> input type=date </h3>
<p> Discussion here... </p>
<footer>
<p> These ideas are from WebForms specification. </p>
</footer>
</section>
</section>
<section id="chapter3">
<header>
<h2> Chapter 3 </h2>
</header>
<p> Massive element reference... </p>
</section>
<footer>
<p> Content of this example is not under copyright </p>
</footer>
</body>
</html>
O NLINE http://htmlref.com/ch2/sectionoutline.html
Search WWH ::




Custom Search