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

Application of progress bar tag in html

黄舟
黄舟Original
2017-07-08 14:00:201716browse

93909c483cbbfb94ac4f2001d05e6617

<!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>

a6845172bdb83035c7d7c6b1b1d96cb4 We still use this one when we represent the progress bar. Tag-->

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!

Statement:
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