Menu
Coddy logo textTech

Container

Lesson 2 of 10 in Coddy's Stopwatch - HTML/CSS/JS Project course.

challenge icon

Challenge

Easy

In the HTML file, create a div that will be the container of the stopwatch and set it's class attribute to stopwatch-container.

Try it yourself

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

All lessons in Stopwatch - HTML/CSS/JS Project