je rêve ou ils ont viré les espaces dans le code html?
test
< ?xml version="1.0" encoding="iso-8859-1"?>
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtmml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
< head>
<title>Comment créer son site web ? </title>
<meta name="language" content="fr" / >
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" / >
<link rel="stylesheet" type="text/css" href="faq.css" / >
< /head>
< body>
< p class="question" id="musique">1.Comment insérer de la musique/de la vidéo sur mon site?</p>
< p>Il y a plusieurs possibilités pour insérer de la musique, ici vous ne trouverez que quelques solutions, mais si vous cherchez précisément quelque chose, nous vous conseillons fortement d´utiliser < a href="http://google.fr" title="Google - moteur de recherche">Google</a>, qui est un moteur de recherche très puissant, le plus utilisé.</p>
< h1><span style="text-decoration: underline;">1.1 - En arrière-plan</span></h1>
< p>Voici les codes à insérer dans votre page pour mettre de la musique en arrière-plan, sur votre site:</p>
< div>
<p>Pour un fichier MP3:</p>
<object type="audio/mpeg" width="0" height="0" data="fichier.mp3"><br / >
<param name="filename" value="fichier.mp3" / ><br / >
<param name="autostart" value="true" / ><br / >
<param name="loop" value="false" / ><br / >
</object><br / >
<br / >
<p>Pour un fichier OGG:</p>
<object type="application/ogg" width="0" height="0" data="fichier.ogg"><br / >
<param name="filename" value="fichier.ogg" / ><br / >
<param name="autostart" value="true" / ><br / >
<param name="loop" value="false" / ><br / >
</object><br / >
<br / >
<p>Pour un fichier MP3:</p>
<object type="audio/midi" width="0" height="0" data="fichier.mid"><br / >
<param name="filename" value="fichier.mid" / ><br / >
<param name="autostart" value="true" / ><br / >
<param name="loop" value="false" / ><br / >
</object><br / >
<p>Pour lire le son en boucle, changez le « False » de l´avant-dernière ligne par un « True ». < /p>
<p style="text-align: right; font-style: italic; font-size: 11px; margin-top: 20px;">Copyright © Geckozone 2003-2004 - source: < a
href="http://www.geckozone.org/faq/index.php?voir=<BR>3" title="FAQ de
Geckozone">http://www.geckozone.org/faq/index.php?<BR>voir=3</a></p>
< /div>
< /body>
< /html>