[xhtml]

[le code html de la page index du cv]

		
<!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" lang="fr" xml:lang="fr">

<head>
  <meta http-equiv="Content-Type" content="text/html;
   charset=iso-8859-1"/>
<meta name="author" content="votre nom " />
<meta http-equiv="language" content="fr" />
<meta name="description" content="Le contenu de ma page" />
<meta name="Keywords" content="cv,adresse" />
<meta name="robots" content="index,follow" /> <title>cv des stagiaires | accueil</title> </head> <body id="accueil"> <div id="global"> <div id="bandeau"> <img src="image_site/bandeau.png" alt=" image du bandeau " title=" image du bandeau "/> <h1>cv | nom - prenom - age</h1> </div> <div id="menu"> <ul class="menu"> <li> <a href="index.htm">accueil</a></li> <li>|</li> <li> <a href="contact.htm">contact</li>
<li class="icone"> <a href="#" onclick="window.print();"> <img class="icone" src="image_site/icone.png" alt=" imprimer la page "title=" imprimer la page "/></a> </li> </ul> </div> <div id="contenu> <h1>accueil</h1> <h2 class="titre">paragraphe 1 </h2> <p> hsdg d kdkjfs dkhjsjdsfj dshfjkh djkhds jhdskjh jkdhsf jkdsh jsdf jdshjdshjd</p> <p> hsdg d kdkjfs dkhjsjdsfj dshfjkh djkhds jhdskjh jkdhsf jkdsh jsdf jdshjdshjd</p> <br/> <h2 class="titre">paragraphe 2</h2> <p> hsdg d kdkjfs dkhjsjdsfj dshfjkh djkhds jhdskjh jkdhsf jkdsh jsdf jdshjdshjd</p> <p> hsdg d kdkjfs dkhjsjdsfj dshfjkh djkhds jhdskjh jkdhsf jkdsh jsdf jdshjdshjd</p> </div> <div id="pied"> <img src="image_site/pied.png" alt=" image du pied " title=" image du pied "/> </div> </div> </body> </html>

[le code html de la page contact du cv]

		
<!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" lang="fr" xml:lang="fr">

<head>
  <meta http-equiv="Content-Type" content="text/html;
   charset=iso-8859-1"/>
<meta name="author" content="votre nom " />
<meta http-equiv="language" content="fr" />
<meta name="description" content="Le contenu de ma page" />
<meta name="Keywords" content="cv,adresse" />
<meta name="robots" content="index,follow" /> <title>cv des stagiaires | accueil</title> </head> <body id="accueil"> <div id="global"> <div id="bandeau"> <img src="image_site/bandeau.png" alt=" image du bandeau " title=" image du bandeau "/> <h1>cv | nom - prenom - age</h1> </div> <div id="menu"> <ul class="menu"> <li> <a href="index.htm">accueil</a></li> <li>|</li> <li> <a href="contact.htm">contact</li>
<li class="icone"> <a href="#" onclick="window.print();"> <img class="icone" src="image_site/icone.png" alt=" imprimer la page "title=" imprimer la page "/></a> </li> </ul> </div> <div id="contenu> <h1>contact</h1> <form name="formulaire" action="envoie_mail.php" method="post" class="formulaire" > <label>votre nom :</label> <input name="nom" type="text" class="admin_form_bouton" id="nom" maxlength="31" size="40"/> <label>votre prénom :</label> <input name="prenom" type="text" class="admin_form_bouton" id="prenom" maxlength="31" size="40"/> <label>votre adresse mail :</label> <input name="mail" type="text" class="admin_form_bouton" id="mail" maxlength="31" size="40"/> <label>votre message :</label> <textarea name="message" cols="48" rows="8" class=;"admin_form_bouton"></textarea> <br /><br /> <input name="" type="reset" value="annuler" class="admin_form_bouton" /> <input name="" type="submit" value="valider" class="admin_form_bouton" /> </form> </div> <div id="pied"> <img src="image_site/pied.png" alt=" image du pied " title=" image du pied "/> </div> </div> </body> </html>
retour haut de page