Home > Article > Web Front-end > HTML
HTML 6ecb87e5318a36c03c59e25d55f43372 Tag
##Internet Explorer 10, Firefox, Opera, Chrome and Safari 6 support the 6ecb87e5318a36c03c59e25d55f43372 tag. Note: Internet Explorer 9 and earlier versions do not support the 6ecb87e5318a36c03c59e25d55f43372 tag. (Recommended learning:html tutorial)
Definition and usage
6ecb87e5318a36c03c59e25d55f43372 label marks the progress (process) of the task.Differences between HTML 4.01 and HTML 5
The6ecb87e5318a36c03c59e25d55f43372 tag is a new tag in HTML 5.Tips
Please use the 6ecb87e5318a36c03c59e25d55f43372 tag together with JavaScript to display the progress of the task.
Note:The6ecb87e5318a36c03c59e25d55f43372 tag is not suitable for representing metrics (for example, disk space usage or query results). To represent weights and measures, use the 49c6123c49c6be380cb91db06cd3bfa9 tag instead.
InstanceDownload in progress:
<!DOCTYPE html> <html> <body> 下载进度: <progress value="22" max="100"> </progress> <p><b>注释:</b>Internet Explorer 9 以及更早的版本不支持 <progress> 标签。</p> </body> </html>
The above is the detailed content of HTML