je suis débutant dans le domaine webmaster. Je suis entrain de créer un site pour notre association, je voudrai inserer un lien de telechargement d'un fichier dans un tableau voici le code html du tableau
Vous savez comment on fait ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 <table align="center" border="1" hspace="15" width="400"> <caption> Etape Vitesse</caption> <tr bgcolor="#00FF00"> <td width="100" align="center" >Resultat </td> <td width="100" align="center" ><le fichier a telecharger</td> </table>
Merci de votre presence
Partager