//Making Tables\\
I'll show you some of the basics of making tables here.
<tr> stands for table rows and <td> stands for table columns. You always start with the <table> tag.
Here is an example of a table.
I began with <table> I have two rows and two columns in each row. See where it says 50%, you can change that but make sure the two numbers you change it to add up to 100. Something like this would work.
Then you'd have this
If you wanted to add more rows and columns you might want something like this.
which would look like this
Want to give your tables some color? We'll use the first set of tables at the top and give it color, this will be the same all the tables.
What I did was increase the table border to 3px, it was 1px, I did that just so the border would show up better. The higher the number the thicker the border. I also added border color light and border color dark. If you where to leave that part of the code out your table would look like this.
To give the table a background color add bgcolor="#C0C0C0
Remember you can make the tables any color you want, you don't have to use what I'm using. So now your code would look like this.
If you want to make each cell a different color your code would look like this.
|
|