Tables

Used to keep things organized.

Begin with <table>

End with </table>

<border="value" cell padding="value"> defines border size and area around an object in a cell

<tr> </tr> defines table rows

<td> </td> defines table cells


ThisIs
ATable






[NEXT]