"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<meter> Label
Definitions and usage
<meter> labels define weights and measures. A metric that is used only for known maximum and minimum values.
Instance
<meter min= "0" max= ">5</meter> <meter>2 out of 10</meter> <meter>30%</meter>
Tiy
<! DOCTYPE html> <html> <body> <meter min= "0" max= "ten" >2</meter><br/> <meter>2 out of 10</meter><br/> <meter>20%</meter> </body> </html>
Differences between HTML 4.01 and HTML 5
The <meter> label is a new label in HTML 5.
Tips and comments
Wind Network (www.ithov.com) Note: You must define the scope of the measure, either in the text of the element or in the Min/max property.
Property
The attribute value describes the point at which the value of the high number definition metric is located, and is defined as a higher value. Low number defines the point at which the value of the measure is defined as a lower value. Max number defines a Yun large value. The default value is 1. Min number defines Yun small values. The default value is 0. Optimum number defines what measures are Yun good values. If the value is higher than the high attribute, it means the higher the value the better. If the value is below the value of the "low" attribute, it means the lower the value the better. Http://www.aliyun.com/zixun/aggregation/9541.html ">value number defines the value of the measure.
Standard properties
<meter> tags support standard properties in HTML 5.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.