HTML CSS Reference/HTML Attributes Reference/balance

Материал из Web эксперт
Перейти к: навигация, поиск

"balance" Example

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For balance</Title> <bgsound src="yourmoviefile.wav"

        balance=0 
        loop=3>

</head> <BODY> </BODY> </HTML>


     </source>
   
  


balance is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<bgsound> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"balance" Syntax and Note

   <source lang="html4strict">

Note:

This attribute specifies the volume of the background sound between the left and right speakers. The value of this attribute is a number between -10000 and +10000. -10000 means that only the left speaker emits sound. +10000 means that only the right speaker emits sound.

Syntax:

<bgsound balance="value">


     </source>