效果图:
源码:
-
<!DOCTYPE HTML>
-
<html>
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
<title>HTML5 progress标签的应用</title>
-
</head>
-
<body>
-
<h1>web技术分享-progress标签的应用</h1>
-
<p>完成百分比1:<progress id="web技术分享_progress" max="100" value='10'></progress></p>
-
<p>完成百分比2:<progress id="web技术分享_progress" max="100" ></progress></p>
-
</body>
-
</html>
web技术分享