My progress bar, is not showed in HTML5 ( i don't know english haha ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My progress bar, is not showed in HTML5 ( i don't know english haha )

I have been learned that <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title> Trying </title> </head> <body> <progress min="0" max="100" value="40"> </progress> </body> </html> show a progress bar, but i can't see in my cell phone, help me, what's the error?

26th Feb 2017, 11:01 PM
Brendo
Brendo - avatar
4 Answers
+ 2
maybe your phone's browser do not interpretate progress tag?
27th Feb 2017, 1:12 AM
Tomasz Jaguś
Tomasz Jaguś - avatar
+ 2
Your browser most likely doesn't support the progress tag. http://caniuse.com/#search=progress if your browser etc is not listed, click the gear icon next to the search bar and check the box next to it.
27th Feb 2017, 3:07 AM
ChaoticDawg
ChaoticDawg - avatar
0
don't work :c
26th Feb 2017, 11:34 PM
Brendo
Brendo - avatar
0
In your browse, it's working?
27th Feb 2017, 1:16 AM
Brendo
Brendo - avatar