VOLUME Property In CSS
volume Property in CSS
volume property Declares the median volume.
Possible Value:
Numbers between 0 and 100, percentages, or one of the following predefined values: silent x-soft soft medium loud x-loud
Examplediv { volume:50; }
div { volume:silent; }