Which attribute is used to describe how many times you want the-02266
This subjective question is related to the book/course vu mth302 Business Mathematics & Statistics. It can also be found in vu mth302 Mid Term Solved Past Paper No. 3.
Question 1: Which attribute is used to describe, how many times you want the sound to repeat. Discuss briefly.
Code: <bgsound loop="5"></bgsound>
Answer:
Loop="value" - tells the browser how many times to play the file (you can keep the value a number or infinite) <bgsound loop=""> The loop attribute is used to define how many times the sound will repeat itself. Between the quotes specify how many times you want the sound to repeat. Setting loop to "infinite" or "-1" will cause the sound to repeat indefinitely.Code: <bgsound loop="5"></bgsound>