html <progress> 标签
- <pre>
- <q>
实例
正在进行的下载:
<progress value="22" max="100"></progress>
亲自试一试
浏览器支持
元素 chrome ie firefox safari opera<progress> | 8.0 | 10.0 | 16.0 | 6.0 | 11.0 |
定义和用法
<progress> 标签标示任务的进度(进程)。
html 4.01 与 html 5 之间的差异
<progress> 标签是 html 5 中的新标签。
提示和注释
提示:请结合 <progress> 标签与 javascript 一同使用,来显示任务的进度。
注释:<progress> 标签不适合用来表示度量衡(例如,磁盘空间使用情况或查询结果)。如需表示度量衡,请使用 <meter> 标签代替。
属性
new : html5 中的新属性。
属性 值 描述max | number | 规定任务一共需要多少工作。 |
value | number | 规定已经完成多少任务。 |
全局属性
<progress> 标签支持 html 中的全局属性。
事件属性
<progress> 标签支持 html 中的事件属性。
相关页面
html dom 参考手册:progress 对象
- <pre>
- <q>
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!