Bonjour, voici mes premières lignes de codes. Mes vidéos ne s'affichent pas. Pourquoi?
Quels fichiers doivent être présent sur mon serveur outre ma vidéo?
Merci d'avance.
Quels fichiers doivent être présent sur mon serveur outre ma vidéo?
Merci d'avance.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
#Hello a
{color:red;
font-size:44px;}
#Zely a
{color:green;
font-size:66px;}
#Ferriere a
{color:blue;
font-size:66px;}
tfoot a
{color:yellow;
font-family:'Arial';
font-size:22px;
</style>
<title> EZ-CF </title>
</head>
<body>
<table>
<thead>
<tr>
<th id="Hello"><a href="index.html">Bonjour</a></th>
<th id="Zely"><a href="page2.html">Eugénie</a></th>
<th id="Ferriere"><a href="page3.html">Camille</a></th>
</tr>
</thead>
<tfoot>
<tr>
<th><a href="echelle.html">Echelle</a></th>
<th><a href="lac.html">Lac</a></th>
<th><a href="piscine">Piscine</a></th>
</tr>
<tr>
<th><a href="voiture.html">Voiture</a></th>
<th><a href="train.html">Train</a></th>
<th><a href="chant.html">Chant</a></th>
</tr>
</tfoot>
<tbody>
<tr>
<th>
<video width="400" height="222" controls="controls">
<source src="voiture-homme1.mp4" type="video/mp4" />
<source src="voiture-homme1.webm" type="video/webm" />
<source src="voiture-homme1.theora.ogv" type="video/ogg" />
</video>
</th>
</tr>
</tbody>
</table>
</body>
</html>