English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The progress value attribute is a floating-point number used to specify how much of a task has been completed.
Downloading:
<!DOCTYPE html> <html> <head> <title>HTML: <progress> value attribute - Base Tutorial Network (w3(codebox.com)/title> </head> <body> Progression du téléchargement : <progress value="22" max="100"> </progress> </body> </html>Voyons voir ‹/›
IEFirefoxOperaChromeSafari
Internet Explorer 10、Firefox、Opera、Chrome et Safari 6 prend en charge la propriété value.
Note :Internet Explorer 9 et les versions précédentes ne prennent pas en charge la propriété value de la balise <progress>.
La propriété value spécifie combien de tâche a été accomplie.
La balise <progress> est une balise HTML5 nouvelles balises dans.
<progress value="number">
Valeur | Description |
---|---|
number | Un nombre à virgule flottante, utilisé pour spécifier combien de tâche a été accomplie. |