htmlcss

The volume property is used in CSS and certain HTML elements. This property refers to the median volume of the current voice. Pitch and inflection variations may vary well above and below this value. The default minimum and maximum values (0/100) should be controllable by the user.

Values


HTML example:

<body style="volume:medium;">
Body content.
</body>


CSS example:

body {
      volume:medium;
}