coment inserier une vidéo en HTML dans un tableau? - HTML/CSS - Programmation
Marsh Posté le 23-11-2003 à 00:33:03
Comment mettre une vidéo dans un tableau, en Html : quels est la balise, le tag?ce serait pour mettre la dedans si possible: <table> <tr> <th>Premiere video ici</th> <th>2eme video </th> </tr> <tr> <td></td> <td></td> </tr> </table>
Marsh Posté le 23-11-2003 à 00:46:34
<object> http://www.w3schools.com/tags/tag_object.asp
Marsh Posté le 23-11-2003 à 01:16:16
merci
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 23-11-2003 à 00:33:03
Comment mettre une vidéo dans un tableau, en Html : quels est la balise, le tag?ce serait pour mettre la dedans si possible:
<table>
<tr>
<th>Premiere video ici</th>
<th>2eme video </th>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>