html5-progress和meter用法

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>progress和meter用法</title>
</head>
<body>
<form action="" id="myform">
    <!-- <progress value="15" max="100"></progress> -->
    <meter max="100" min="0" value="20" high="80" low="30"></meter>
    <meter max="100" min="0" value="60" high="80" low="30"></meter>
    <meter max="100" min="0" value="85" high="80" low="30"></meter>
</form>
</body>
</html>

天道酬勤,厚积薄发。 君子之行,静以修身,俭以养德。 非淡泊无以明志,非宁静无以致远。 如有恒,何须三更起,半夜眠;最怕莫,三天打鱼两天晒网,竹篮打水一场空。
原文地址:https://www.cnblogs.com/houweidong/p/7532150.html