How much value in final progress | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How much value in final progress

<!DOCTYPE html> <html> <head> <title>Where is comment?</title> </head> <body> <h1>Pick Colour As you like</h1> <div style="background-color: green; color:white; padding:50px;"> <p>Here is Progress</p> <progress>Need Data</progress> <hr /> <p>Here is 75% in progress</p> <progress min='0' max='100' value='75'></progress> <hr /> <table> <tr> [<td>[Red]</td> <td>[Blue]</td> <td>[Pink]</td> ] </tr> This Is colour Name </table> <table> <tr> <td bgcolor="red">Red</td> <td bgcolor="blue">Blue</td> <td bgcolor="pink">Love you</td> </tr> This is colour </table> 0 <progress > Need Data </progress>100 <br /> 0 <progress min="0" max="100" value="50"> </progress>100 </div> </body> </html>

27th May 2018, 1:43 PM
David Coma
David Coma - avatar
0 Answers