Home » HTML » Html miscellaneous » Question
  1. Which element specifies multiple media resources?
    1. <object>
    2. <picture>
    3. <source>
    4. <param>
    5. None of these
Correct Option: C

<param> element defines parameters for <object> element. An element <picture> contains <source> element and <image>. <source> element in HTML specifies multiple media resource for <audio>, <video> and <picture> element. It is an empty element and is commonly used to serve same media content in multiple formats supported by different browsers. An external resource is represented by <object> element that can be treated as image, nested browsing context or a resource to be handled by plugin.



Your comments will be displayed only after manual approval.