| <table>
<tr> <td> content </td> </tr> </table> This is the spatially intuitive way of writing table tags, but as we usually have lots of other information to add to the tags, we end up writing them as follows: <table> It is important to practise writing your html tags neatly, and using comment tags i.e <!--what you write here can be read in the source code, but does not appear on the screen-->. Click on the link NAKED to see the table tags without any other distracting tags. TR means Table Row. TD means Table Data. |
Copyright 2002 Markus Heinrich Rehbach All
Rights Reserved