<!DOCTYPE html>
<html>
<body>
<h1>progress 元素</h1>
<label for="file">下载进度:</label>
<progress id="file" value="32" max="100"> 32% </progress>
</body>
</html>