What does the HTML5 meter label mean? HTML5 meter label usage and properties Introduction

Source: Internet
Author: User
Tags disk usage
What does the HTML5 meter label mean? HTML5 meter label usage and properties are described here, this article mainly introduces the definition of HTML5 meter label and the specific use of the method, as well as the HTML5 meter tag attribute introduction

HTML5 definition and usage of meter tags:

<meter> tags define weights and measures. Measures that are used only for the known maximum and minimum values.

The <meter> tag defines a scalar measurement within a known range or a fractal value. Also known as gauge (scale).

Examples: disk usage, correlation of query results, and so on.

Note the:<meter> label should not be used to indicate progress (in the progress bar). If you mark the progress bar, use the <progress> tab.

Examples of HTML5 meter tags:

Use the meter element to measure data within a given range (gauge):

<meter value= "3" min= "0" max= "ten" > Three-tenths </meter>

<meter value= "0.6" >60%</meter>

HTML5 properties of the meter tag:

HTML5 the use of meter tags:

<!doctype html>

The difference between HTML 4.01 and HTML 5:

The <meter> tag is a new label in HTML 5.

Note: The scope of the measure must be defined, either in the text of the element or in the Min/max property.

"Recommended"

HTML5 how does the source tag work? HTML5 Source Tag Properties Introduction

What is the purpose of the

HTML title tag? A detailed description of the HTML title tag

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.