How to use html progress tag

藏色散人
Release: 2019-05-27 13:59:37
Original
3356 people have browsed it

html The progress tag is used to mark the progress (process) of the task. Please use the tag together with JavaScript to display the progress of the task.

How to use html progress tag

#html How to use the progress tag?

Function: Mark the progress (process) of the task.

Description: The tag is a new tag in HTML 5.

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

html progress tag example

<!DOCTYPE html>
<html>
<body>
下载进度:
<progress value="22" max="100">
</progress>
<p><b>注释:</b>Internet Explorer 9 以及更早的版本不支持 progress 标签。</p>
</body>
</html>
Copy after login

Effect:

How to use html progress tag

The above is the detailed content of How to use html progress 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