Home > Web Front-end > HTML Tutorial > Application of progress bar tag in html

Application of progress bar tag in html

黄舟
Release: 2017-07-08 14:00:20
Original
1695 people have browsed it


<!DOCTYPE html>
<html>
<
head
>
    <meta char
set
="utf-8">
<title></title>
</head>
<body>
   <p>下载进度:</p>
   <progress value="33" max="100"></progress>
   <p>其实一个&ltprogress&gt标签就实现了一个进度条
   <br/>并且我们可以控制进度利用的是value这个
属性
,max表示最大的长度</p>
</body>
</html>
Copy after login


The above is the detailed content of Application of progress bar tag in html. 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