1ere page
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>Bienvenue sur mon site ! </title>
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" / >
< /head>
< body>
< h1>source.html</h1>
< p>Tu te trouves sur source.html<br / >
Souhaites-tu visiter < a href="cible.html">le fichier cible.html</a> ? </p>
< /body>
< /html>
2eme page
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>Bienvenue sur mon site ! </title>
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" / >
< /head>
< body>
< h1>cible.html</h1>
< p>Bravo ! Tu viens d´atterir sur cible.html ! </p>
< /body>
< /html>
voila mais coment les enregistrer???