Finish HTML
Lesson 3 of 11 in Coddy's Circular Progress Bar | Front-end Project course.
Here we will complete our HTML part.
Visualization of classes:

Challenge
EasyInside class container:
- Create one div with class name
circular-progress - Inside
circular-progress, create span tag with class nameprogress-valueand add the text0% - Below
circular-progress, create span tag with class nametextand add text of your choice.
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>