Menu
Coddy logo textTech

Set up

Lesson 2 of 11 in Coddy's Circular Progress Bar | Front-end Project course.

Let's set up the title and outer of our element.

challenge icon

Challenge

Easy
  1. Create a title tag and add text of your choice.
  2. Inside the body tag, create a div with the class name 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 Circular Progress Bar | Front-end Project