Remember tags are anything that starts < and ends with >
Also check the color code
<TABLE> Opening of TABLE-tag
<tr> Opening of Row-tag
<td> Opening of Cell-tag
here is where the text and images go.
</td> closing of Cell-tag
</tr> closing of Row-tag
</Table>the closing the Table-tag.
|