How do you add a progress bar to an html program that is ongoing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you add a progress bar to an html program that is ongoing

Html

21st Jun 2020, 7:26 PM
Murdin Myers
Murdin Myers - avatar
3 Answers
+ 3
What is the idea of HTML code that is ongoing? I'm not getting what you mean.
21st Jun 2020, 9:35 PM
Ipang
+ 3
Murdin Myers <ul> <li>maths <br /> <progress min="0" max="100" value="80"></progress> </li> <li>English<br /> <progress min="0" max="100" value="50"></progress> </li> <li>Science <br /> <progress min="0" max="100" value="30"></progress> </li> </ul>
23rd Jun 2020, 3:33 AM
Indira
Indira - avatar
0
In order to make the progress to move, You'll have to learn how to manipulate the HTML using JavaScript
23rd Jun 2020, 12:44 PM
Vic Okeke