HTML <ilerleme> maksimum Ö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 max, görevin toplamda ne kadar çalışma gerektirdiğini belirtir.


Tarayıcı Desteği

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

Attribute
max 8.0 10.0 16.0 6.0 11.0

Sözdizimi

<progress max="number">

Özellik Değerleri

Value Description
number A floating point number that specifies how much work the task requires in total before it can be considered complete. Default value is 1.

❮ HTML <progress> etiketi