HTML5

Proper use of HTML5 elements - Semantic Structure

Posted by Art Williams on October 26, 2011

When web developers moved from table-based to non-table-based layouts, the syntax change was relatively simple: use a <div> element instead of <table>, <tr>, or <td>. The hard part was learning how to use position, float, and clear in your css to make it all look right.

READ MORE
Subscribe to HTML5