HTML tag

(*-*)浩
Release: 2019-11-26 13:14:33
Original
2327 people have browsed it

HTML Tag

HTML <progress> tag

##Internet Explorer 10, Firefox, Opera, Chrome and Safari 6 support the tag.

Note: Internet Explorer 9 and earlier versions do not support the tag.                                                                                                                          (Recommended learning:

html tutorial)

Definition and usage

label marks the progress (process) of the task.

Differences between HTML 4.01 and HTML 5

The tag is a new tag in HTML 5.

Tips

##Tips:

Please use the tag together with JavaScript to display the progress of the task.

Note:

The tag is not suitable for representing metrics (for example, disk space usage or query results). To represent weights and measures, use the tag instead.

Instance

Download in progress:

<!DOCTYPE html>
<html>
<body>

下载进度:
<progress value="22" max="100">
</progress>

<p><b>注释:</b>Internet Explorer 9 以及更早的版本不支持 <progress> 标签。</p>

</body>
</html>
Copy after login

The above is the detailed content of HTML tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!