changeset 0 | 4f2f89ce4247 |
-1:000000000000 | 0:4f2f89ce4247 |
---|---|
1 <html><body> |
|
2 <h1>Indeterminate progress bar</h1> |
|
3 This is an example of <progress value=7 max=10></progress> a determinate progress bar.<br> |
|
4 This is an example of <progress></progress> an indeterminate progress bar.<br> |
|
5 This is an example of <progress dir=rtl value=7 max=10></progress> a right-to-left determinate progress bar.<br> |
|
6 This is an example of <progress dir=rtl></progress> a right-to-left indeterminate progress bar.<br> |
|
7 |
|
8 </body></html> |