Home » HTML » Html miscellaneous » Question
  1. Which element represents an external resource?
    1. <picture>
    2. <param>
    3. <source>
    4. <object>
    5. None of these
Correct Option: D

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. It includes various attributes like archive, border, classid, codebase, codetype etc. <source> element specifies multimedia resources for pictures, audio etc. <param> element defines parameters for <object> element. An element <picture> contains <source> element and <image>.



Your comments will be displayed only after manual approval.