JingleBells
FH is my second home
- Joined
 - Mar 25, 2004
 
- Messages
 - 2,224
 
Major changes afoot - http://www.projectseven.com/tutorials/articles/css/div_less/
(Check todays date)
			
			(Check todays date)
<html ...>
<body> <!-- body is implicitly the first section -->
  <h>Heading 1</h>
  <p>Intro</p>
  <section> <!-- first subsection -->
    <h>Heading Level 2</h>
    <p>Blah Blah Blah</p>
  </section>
  <section> <!-- second subsection -->
    <h>Another Heading Level 2</h>
    <p>Blah Blah Blah</p>
  </section>
</body>
</html>