0
I want to make a loader like progress bar. Pls help me.
java with html and css
3 Respostas
+ 2
I can solve it
+ 2
U can use progress tag
https://code.sololearn.com/W4116NXvzhXp/?ref=app
+ 1
you could only make a fake progress bar, not a real one (ie: there's no ways to track page load progress, all the more without javascript)
anyway, the best you could get is the Nishat Anan solution: the default styling <progress> element without attributes ^^