码迷,mamicode.com
首页 > Web开发 > 详细

html5-progress和meter用法

时间:2017-09-16 20:44:53      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:用法   meta   htm   lang   body   progress   action   title   utf-8   

<!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>

html5-progress和meter用法

标签:用法   meta   htm   lang   body   progress   action   title   utf-8   

原文地址:http://www.cnblogs.com/houweidong/p/7532150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!