Exercice

Question

Réaliser votre CV en présentant deux sections : formation et expérience.

Solution

1
<!DOCTYPE html>
2
<html lang="fr">
3
    <head>
4
        <title>Stéphane Crozat</title>
5
        <meta charset="utf-8">
6
    </head>
7
    <body>
8
        <h1>Stéphane Crozat</h1>
9
        <h2>Formation</h2>
10
        <p>Ingénieur en Génie Information</p>
11
        <p>Docteur en Contrôle des Systèmes</p>
12
        <h2>Expérience</h2>
13
        <p>Enseinant-chercheur à l'Université de Technologie de Compiègne</p>           
14
    </body>
15
</html>