Good HTML Conventions
Tables-- very effective tool to manipulate text in a web document.
Available on newer browsers (post-second generation)
Basic tags- <table> opens the table; <th>table header; <tr>new row; <td> new cell
BE SURE TO CLOSE YOUR TABLE!