Bonjour
Je voulais savoir si il etait possible de créer 2 tableaux HTML dans un 1 tableau HTML ! ?
Voyez vous ?
Bonjour
Je voulais savoir si il etait possible de créer 2 tableaux HTML dans un 1 tableau HTML ! ?
Voyez vous ?
Salut
Par exemple:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 <table> <tr> <td> <table> ... </table> </td> <td> <table> ... </table> </td> </tr> </table>
Partager