w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



meter ... ⁄meter syntax

Syntax meter

Examples meter syntax

Valid Syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<meter>
...
</meter>

</body>
</html>

Video demonstration meter element, syntax

HTML5 meter element, syntax Tutorial

min video details
00:04 video tutorial: meter element, syntax
00:08 adding meter element in page
00:12 meter element has:

- a start tag: <meter>
- and an end tag: <⁄meter>
both required!
meter intro meter browser display meter parents - children meter fallback contentmeter: segments, values, colors, attributes meter low, high attributesmeter min, max attributesmeter optimum attributemeter value attributemeter title attribute