Comment insère t'ont un lien dans un tableau

tomtom -  
 Lyla -
Bonjour, comment fait on pour insérer un lien dans un tableau en language html
Configuration: Mac OS X
Safari 525.13

1 réponse

  1. Lyla
     
    <table>
    <tr>
    <td><a href="lien.html></a></td>
    </tr>
    </table>
    0