HTML <progress> value attribute
Definition and Usage
value
The attribute specifies the part of the task completed.
Example
Show Progress Bar:
<label for="file">Download Progress:</label> <progress id="file" value="32" max="100"> 32% </progress>
Syntax
<progress value="number">
Attribute Value
Value | Description |
---|---|
number | Floating point, specifies the part of the task completed. |
Browser Support
ຈຳນວນທີ່ຢູ່ໃນຕາມການຮັບຮອງອາກາດທີ່ເປັນທໍາອິດທີ່ສະຫຼາກການນຳໃຊ້ອາກາດນັ້ນ.
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
8.0 | 10.0 | 16.0 | 6.0 | 11.0 |