Home » HTML » HTML Media » Question
  1. What is the work of src?
    1. play again after finishing the audio
    2. specify the path to an audio file
    3. insert more than one audio
    4. audio starts playing automatically
    5. None of these
Correct Option: B

src attribute basically specifies a path to the audio file. It is also used by element which indicates where the audio file is located. Autoplay attribute starts playing audio automatically, loop plays audio again after it finishes.



Your comments will be displayed only after manual approval.