diff options
Diffstat (limited to 'files/fr/web/api/htmlmediaelement/volume')
-rw-r--r-- | files/fr/web/api/htmlmediaelement/volume/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/htmlmediaelement/volume/index.html b/files/fr/web/api/htmlmediaelement/volume/index.html index 130734e004..718b08a924 100644 --- a/files/fr/web/api/htmlmediaelement/volume/index.html +++ b/files/fr/web/api/htmlmediaelement/volume/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/HTMLMediaElement/volume <p>La propriété <strong><code>HTMLMediaElement.volume</code></strong> définit le volume auquel le média doit être lu. </p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox">var <em>volume</em> = <em>video</em>.volume; //1</pre> @@ -58,7 +58,7 @@ obj.volume = 0.75;</pre> <p>{{Compat("api.HTMLMediaElement.volume")}}</p> -<h2 id="See_Also" name="See_Also">Voir aussi</h2> +<h2 id="See_Also">Voir aussi</h2> <ul> <li>The interface defining it, {{domxref("HTMLMediaElement")}}.</li> |