Langages informatiques pour le web

TD n°2 - exercices 3 & 4 - correction

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Titre</title>
  </head>
  <body>
    <h1>John Doe</h1>
    <em>Dévéloppeur Web</em><br>
    <a href="https://langages-web.github.io/TD2/photo-grande.png"><img src="https://langages-web.github.io/TD2/photo.png" alt="John Doe"></a>
    <p>Développeur web indépendant, j’interviens sur tous types de projets de création et refonte de site internet.</p>
    <h2>Compétences</h2>
    <ul>
      <li>HTML / CSS</li>
      <li>Javascript</li>
      <li>PHP / MySQL</li>
    </ul>
    <h2>Formation</h2>
    <ul>
      <li><strong>2004</strong> : Ingénieur ESIEE option telecom</li>
      <li><strong>1999</strong> : BAC S</li>
    </ul>
  </body>
</html>