progress

UK[ˈprəʊgres] US[ˈprɑ:gres]

n. Progress; advance; [biology] evolution; (toward a higher direction) Growth

v. Development; (to make) progress, (to make) progress; to promote

vi. Development; (to a higher direction) to enhance

html5 tag syntax

Function: The tag defines the running progress (process).

You can use the tag to display the progress of time-consuming functions in JavaScript.

Parameters:

Attribute Value Description
max number Defines the completed value.
value number Defines the current value of the process.

Note: Please use the tag to display the progress of the download.

html5 tag example

   下载进度:   

注释:Internet Explorer 9 以及更早的版本不支持 标签。

Run instance »

Click the "Run instance" button to view the online instance