w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



meter title attribute

The title attribute on the meter element:

Examples

<meterattribute="value(s)">...<⁄meter>Examples
20.title=text<meter title="votes" max="60" value="45"> ... <⁄meter>

Video demonstration meter title attribute

HTML5 meter title attribute Tutorial

min video details
00:00 video tutorial: title attribute on meter element
00:04 the title attribute on meter allows you to specify the unit measure attached to the number that represents the result of the scalar measurement
00:15 the candidate X was re-elected with a majority of 45 votes! where:
'45' represents the number, the result of the scalar measurement
'votes' represents the unit measure attached to the number and can be specified as value of the title attribute
00:24 adding the title attribute to the meter element and 'votes' as value, representing the unit measure
meter intro meter browser display meter parents - children meter fallback contentmeter: segments, values, colors, attributes meter syntaxmeter low, high attributesmeter min, max attributesmeter optimum attributemeter value attribute