J'ai quelques problèmes pour que ma page internet soit valide.
Voici ma page :
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Vidéo - Roll with it - Oasis</title>
<link href="style.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<h1>Roll with it</h1>
<center><img alt="" dynsrc="../Vidéos/rollwithit.avi" border="0" /></center>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Vidéo - Roll with it - Oasis</title>
<link href="style.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<h1>Roll with it</h1>
<center><img alt="" dynsrc="../Vidéos/rollwithit.avi" border="0" /></center>
</body>
</html>
Et voici le rapport du validator w3 :
1. Line 10, column 27: there is no attribute "dynsrc"
<center><img alt="" dynsrc="../Vidéos/rollwithit.avi" border="0" /></center>
2. Line 10, column 66: required attribute "src" not specified
...t="" dynsrc="../Vidéos/rollwithit.avi" border="0" /></center>
Je ne sais pas comment corriger cela. Pouvez-vous m'aider ?
Merci.