Can anyone try out the below code and explain why there's a continuous running over the status bar? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

Can anyone try out the below code and explain why there's a continuous running over the status bar?

Status:<progress min="0", max="100", value="56"> </progress>

1st Oct 2017, 2:29 PM
Shruti Pakhare
Shruti Pakhare - avatar
7 Antworten
+ 2
When I ran this in the code playground, I got a bar 56% filled. There was no movement. There were markings on the bar for what would be 60%, 70%, etc. But again I didn't see any movement.
1st Oct 2017, 5:34 PM
Mark McGhee
Mark McGhee - avatar
+ 1
What do you mean by "continuous running over the status bar"? I ran the code and it looked good.
1st Oct 2017, 3:28 PM
Mark McGhee
Mark McGhee - avatar
+ 1
The code has a comma between the min, max, and value. I tried it in the body and after the body. I removed the commas and tried both semicolons and periods. All worked fine in the code playground.
1st Oct 2017, 5:53 PM
Mark McGhee
Mark McGhee - avatar
0
The code should give me that 56% task is completed but there's a continuous movement over the status bar,why is it so?
1st Oct 2017, 5:25 PM
Shruti Pakhare
Shruti Pakhare - avatar
0
Thank's. I'll try it out once again.
1st Oct 2017, 5:36 PM
Shruti Pakhare
Shruti Pakhare - avatar
0
Sir, can you try out the code by adding a comma in between min,max and value?
1st Oct 2017, 5:38 PM
Shruti Pakhare
Shruti Pakhare - avatar
0
Thank you Sir.
1st Oct 2017, 5:55 PM
Shruti Pakhare
Shruti Pakhare - avatar