This is an example of a web form with a progress bar, designed using HTML, CSS, and JavaScript. The class progress-bar of the progress class has been added into the code to create and style the progress bar whereas JavaScript functions have been used to implement its dynamic animated features. The label of the progress bar has the styles of font size as 18px, font-weight as 700, color as #333, and a margin as 0 0 20px. The pointer of the progress is given the styles of border radius of 50% to get the circular shape, width and height as 35px, border as 8px solid #000, and a background as #cbcbcb whereas the bar part is given the CSS styles of height as 20px, color as #d4d7e6, border-radius as 30px, margin-bottom as 30px and overflow as visible.