Menu
Coddy logo textTech

Paragraphe

Leçon 3 sur 10 du cours Chronomètre - Projet HTML/CSS/JS de Coddy.

challenge icon

Défi

Facile

À l'intérieur du conteneur, ajoutez une balise de paragraphe avec le texte 00:00:00 et l'attribut id stopwatch.

Essayez vous-même

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

Toutes les leçons de Chronomètre - Projet HTML/CSS/JS