| #CC1502 | #CC1502 | #F4805C | #E49880 |
| #E48F16 | #F4A83C | #F5AC43 | #F5C279 |
| #F3CD33 | #F3D55D | #F8DF7A | #F6E8B2 |
| #91C90B | #A3E010 | #88EA66 | #BFF6AC |
| #3337E5 | #77A8F1 | #B0CDF8 | #D2DFF2 |
| #940FC5 | #CE65F5 | #E2ACF6 | #EBDEF0 |
| #000000 | #808080 | #C0C0C0 | #FFFFFF |
| Bold | <b> Bold</b> |
| <s>Strikeout</s> | |
| SuperScript | <sup>Super</sup>Script |
| SubScript | <sub>Sub</sub>Script |
| Underline | <u>Underline</u> |
| Italic | <i>Italic</i> |
Here are the codes that you will use for tables to make a basic table. Codes to jazz up your table will come later. Tables
are good for organizing content on a websites. Many whole webpages are designed off of tables.
| text goes here |

EXTRA CODES
color
To add color to your tables, add the color to your table tag, or your row/ colomn tag.
example:
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
the code for this table:
| Cell 1 | Cell 2 | Cell 3 | Cell 4 |
| Cell 5 | Cell 6 | Cell 7 | Cell 8 |
the code for this table:
| Cell 1 |
| Cell 2 |
the code for this table:

REMEMBER: