第17章 meter元素

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<p>硬盘实际使用情况<meter value="43.9" max="108" min="0">43.9/108</meter>GB</p>
<p>硬盘实际使用情况<meter value="43.9" max="108" min="0" low="50" high="70" optimum="70">43.9/108</meter>GB</p>
</body>
</html>

效果图:

 

猜你喜欢

转载自onestopweb.iteye.com/blog/2259924