HTML <progress> değeri Özellik

❮ HTML <progress> etiketi

Örnek

Bir ilerleme çubuğu göster:

<label for="file">Downloading progress:</label>
<progress id="file" value="32" max="100"> 32% </progress>

Tanım ve Kullanım

Nitelik value, görevin ne kadarının tamamlandığını belirtir.


Tarayıcı Desteği

Tablodaki sayılar, özelliği tam olarak destekleyen ilk tarayıcı sürümünü belirtir.

Attribute
value 8.0 10.0 16.0 6.0 11.0

Sözdizimi

<progress value="number">

Özellik Değerleri

Value Description
number A floating point number that specifies how much of the task has been completed

❮ HTML <progress> etiketi