Menu
Coddy logo textTech

Kapsayıcı

Coddy'nin Kronometre - HTML/CSS/JS Projesi kursunda ders 2 / 10.

challenge icon

Görev

Kolay

HTML dosyasında, kronometrenin kapsayıcısı olacak bir div oluşturun ve class özniteliğini stopwatch-container olarak ayarlayın.

Kendin dene

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

Kronometre - HTML/CSS/JS Projesi bölümündeki tüm dersler