![]() |
||||||||||||||||||||||||||
|
I will be showing you the basics of tables for now. The first thing you should do is start your table by using this code: (only one cell is shown in the example) This is what the code will look like:
You are probably wondering what that was right? Let me explain. The TR tags mean the start of a new table row, and the TD tags mean the start of a new table cell.
Suppose you want two table cells lined up beside each other
with one below them.
The code used here would have to be like the following: |
|
||||||||||||||||||||||||