09 度量和进度条

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5</title>   
</head>
<body>
	度量的范围
	<meter id="meter" min="1" max="10" value="5" low="3" high="7" style="width:200px;"></meter>
    
    <br><br>

	进度条
    <progress max="100" value="50" style="width:200px;"></progress>


</body>
</html>

 

  

posted @ 2017-06-25 16:00  奋斗的少年WH  阅读(129)  评论(0编辑  收藏  举报