OK, I have decided to step back from HTML5 till I "get it" better, but
in keeping with the idea of this thread, I'd like some feedback on the
following structure:
<div id="wrap">
<div id="header">
<p>Header here</p>
</div><!-- !End Header -->
<div id="container" class="clear">
<div class="article">
<p>Content with an H2, a UL, Ps and As and a
picture</p>
</div>
<div class="article">
<p>Content with an H2, a UL, Ps and As and a
picture</p>
</div>
<div class="article">
<p>Content with an H2, a UL, Ps and As and a
picture</p>
</div>
</div><!-- !End #container -->
<div id="aside">
<p>Sidebar</p>
</div>
<div id="footer">
<p>Footer</p>
</div><!-- !End Footer -->
</div><!--! end of #wrap -->
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...
--
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]
*******************************************************************