Home » HTML » Html miscellaneous » Question
  1. For background sound obsolete element was __________.
    1. <blink>
    2. <acronym>
    3. <bgsound>
    4. <audio>
    5. None of these
Correct Option: C

<bgsound> element only used by Internet Explorer is Background Sound element. It sets up a sound file to play in background while the page is used. We use <audio> instead of this element. <acronym> element which has been removed from HTML5 indicates sequence of characters. <blink> is a non-standard element which causes text to flash slowly. <audio> element is used to play audio clip.



Your comments will be displayed only after manual approval.