2 tableaux cote a cote en html
tu les mets dans un tableau à 2 colonnes ...
<table> <tr> <th>...</th> <td>......</td> </tr> </table
(attention, code pourri)
<table> <tr> <th>...</th> <td> <table> <tr> <th>...</th> <td>......</td> </tr> </table> <table> <tr> <th>...</th> <td>......</td> </tr> </table> </td> </tr> </table>
je ne vois pas trop l'interet mais bon
Oubli les tabeaux, pas evolutifs, moche ...
Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois. Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.