This demonstrates a simple table, with the text centered.
This table demonstrates putting other elements such as a picture, or another table, into a table. There is also some CSS styling going on (as there was in table 1, too) as well as applying simple HTML styles to the text in a table. It also demonstrates the 3 different possible elements of tables - TR (row), TH (head) and TD (contents of cell)
| A | B | C | D | E | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | THIS | TABLE | SHOWS | HOW | TO | |||||||||
| 2 | MAKE | A | TABLE | AND | PUT | |||||||||
| 3 | STUFF | IN | EACH | OF | THE | |||||||||
| 4 | DIFFERENT | CELLS. | ||||||||||||
| 5 | ![]() | AN | IMAGE, | FOR | EXAMPLE | |||||||||
| 6 |
| OR | EVEN | ANOTER | TABLE! | |||||||||
| 7 | AND | YOU | CAN | CHANGE | COLOR | |||||||||
| 8 | AND | STYLE | TOO, | OF | COURSE |