Example 1
This is a simple table with 3 columns, 3 rows and a caption.
| Header One | Header Two | Header Three |
|---|---|---|
| Field one | Field two | Field three |
| Field one | Field two | Field three |
| Field one | Field two | Field three |
Example 2
This is an example of a more complex table with a caption and <thead>, <tfot> and <tbody> html elements. It also contains some merged columns (colspan).
| Header One | Header Two | Header Three |
|---|---|---|
| Table footer | ||
| Field one | Field two | Field three |
| Field one | Field two | Field three |
| Field one | Field two | |
| Field one | Field two | |
Advertisement 




Back to top
Recent Comments 