html5 meter標籤是什麼意思?html5 meter標籤的用法及屬性介紹

來源:互聯網
上載者:User
html5 meter標籤是什麼意思?html5 meter標籤的用法及屬性介紹都在這裡,本篇文章主要介紹了html5 meter標籤的定義和具體的使用方法,還有html5 meter標籤的屬性介紹

html5 meter標籤的定義和用法:

<meter> 標籤定義度量衡。僅用於已知最大和最小值的度量。

<meter> 標籤定義已知範圍或分數值內的標量測量。也被稱為 gauge(尺度)。

例子:磁碟用量、查詢結果的相關性,等等。

注釋:<meter> 標籤不應用於指示進度(在進度條中)。如果標記進度條,請使用 <progress> 標籤。

html5 meter標籤的執行個體:

使用 meter 元素來度量給定範圍(gauge)內的資料:

<meter value="3" min="0" max="10">十分之三</meter>

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

html5 meter標籤的屬性:

html5 meter標籤的使用:

<!doctype html><html><dead><meta charset="UTF-8"><style type="text/css">#la{width:200px;}</style><script>function test(){var kk = document.getElementById("la");var cc = document.getElementById("cc");   kk.value=cc.value;}</script></dead><body><form oninput="test()"><!--使用表單的oninput事件使得meter的參數值隨滑塊值變化--><meter min="0" max="100" low="10" high="80" value="8" optimum="50" id="la"></meter><!--min max是valueq取值範圍,low和high以及optimum是對value的判斷,value處在不同的區間時,meter得顏色會不同-->0<input id="cc" type="range" min="0" max="100" value="0">100</form></body></html>

HTML 4.01 與 HTML 5 之間的差異:

<meter> 標籤是 HTML 5 中的新標籤。

注釋:必須定義度量的範圍,既可以在元素的文本中,也可以在 min/max 屬性中定義。

【相關推薦】

html5 source標籤怎麼用?html5 source標籤屬性介紹

html title標籤的作用是什嗎?關於html title標籤的詳細介紹

相關文章

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.