Copyright © tutorialspoint.com

CSS - volume

previous next


Description:

The volume property is used for specifying the median volume of the wave form.

Possible Values:

Applies to:

All the HTML elements

DOM Syntax:

object.style.volume="50";

Example:

Here is the example:

<style tyle="text/css">
<!--
P.goat  { volume: x-soft }
-->
</style>

Paragraphs with class goat will be very soft.


previous next

Copyright © tutorialspoint.com