-
Which element defines parameters for <object> element?
-
- <embed>
- <source>
- <noembed>
- <param>
- 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.