El atributo de valor <progress> se usa para especificar la tarea completada usando una barra de progreso.
Sintaxis:
<progress value="number">
Valor de atributo: contiene un número de valor único que es un número de punto flotante y se usa para especificar la tarea completada.
Nota: este atributo es nuevo en HTML 5.
Ejemplo:
html
<!DOCTYPE html> <html> <head> <title> HTML progress value Attribute </title> </head> <body> <h1 style="color:green;"> GeeksforGeeks </h1> <h2> HTML progress value Attribute </h2> Downloading progress for a song: <progress value="57" max="100"> </progress> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo de valor HTML <progress> se enumeran a continuación:
- Google Chrome 6.0
- Borde 12.0
- Internet Explorer 10.0
- Firefox 6.0
- Safari 6.0
- Ópera 11.0