Home » HTML » Html miscellaneous » Question
  1. Which element defines parameters for <object> element?
    1. <embed>
    2. <source>
    3. <noembed>
    4. <param>
    5. None of these
Correct Option: D

<noembed> is fallback content for browsers. <object> element describes an external resource. <embed> element embeds external content in document. <param> element defines parameters for <object> element. The element includes global attributes. This element is supported by all the browsers. <source> element specifies multimedia resources for pictures, audio etc.



Your comments will be displayed only after manual approval.