> Ignoring that this isn't using HTML5 elements, but using it as an
> analogy - via the classes and IDs - could this be improved upon? Is
> there a place for <section>(s) here? Did I get the element concepts
> right?
>
> Thanks again...
Sorry,, Corrected Structure:
<div id="wrap">
<div id="header">
<p>Header here</p>
</div><!-- !End Header -->
<div id="container" class="clear">
<div class="article">
Content with an H2, a UL, Ps and As and a picture
</div>
<div class="article">
Content with an H2, a UL, Ps and As and a picture
</div>
<div class="article">
Content with an H2, a UL, Ps and As and a picture
</div>
</div><!-- !End #container -->
<div id="aside">
<p>Sidebar</p>
</div>
<div id="footer">
<p>Footer</p>
</div><!-- !End Footer -->
</div><!--! end of #wrap -->
--
Tom Livingston | Senior Interactive Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************