HTML Lessons
- HTML Introduction
- HTML Tags
- HTML Page Structure
- HTML Backgrounds
- HTML Formatting Text
- HTML Formatting Fonts
- HTML Headings
- HTML Entities
- HTML Line Breaks
- HTML Lists
- HTML HR- Horizontal Rule
- HTML Images
- HTML Links
- Table Introduction
- Table Rows & Columns
- Table Width
- Table Alignment
- Table Border Color
- Table Background Color
- Table Background Image
- Cell Alignment
- Cell Padding
- Cell Spacing
- 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
|