HTML Lessons  

  1. HTML Introduction

  2. HTML Tags

  3. HTML Page Structure

  4. HTML Backgrounds

  5. HTML Formatting Text

  6. HTML Formatting Fonts

  7. HTML Headings

  8. HTML Entities

  9. HTML Line Breaks

  10. HTML Lists

  11. HTML HR- Horizontal Rule

  12. HTML Images

  13. HTML Links

  14. Table Introduction

  15. Table Rows & Columns

  16. Table Width

  17. Table Alignment

  18. Table Border Color

  19. Table Background Color

  20. Table Background Image

  21. Cell Alignment

  22. Cell Padding

  23. Cell Spacing

  24. Cell Spanning

 

Tables

Tables on your web pages can be a very useful tool to help organize the structure of your page. The first thing to understand about tables is that every table must have at least one row and at least one cell. A table is made up of rows and rows are made up of cells.

Here is an example of a table:

This -->

----->     is a --------->table

------>row.

    This is a cell  
This is a cell      
      This is a cell

Next Lesson

© Copyright Studio6000 2006. All rights Reserved.