The creation of tables with a software
is convenient, but to be able to correct or to modify a code source
is often very useful
We suggest you to be get used whith these
tags :
|
|
||
| Tags : | Functions : | Attributes: |
|
<table> < / table> |
the Beginning and the end of the table |
|
|
< tr > < / tr > |
New line |
|
|
< td > < / td > |
New cell |
|
Example:
| < table border="1"
< tr > < td > cell 1 < / td > < td > cell 2 < / td > < / tr > < tr > < td > cell 3 < / td > < td > cell 4 < / td > < / tr > < / table> |
result is the following one:
|
Notice: tables with a border 0 are very often used to make the pagination of document
Exercise: realize a simple table, then
a more complex table. Help yourself with colspan and rowspan. This more
complex table is difficult to be realized another way.