Home » HTML » Html miscellaneous » Question
  1. Which element embeds a Java applet into the document?
    1. <noembed>
    2. <object>
    3. <applet>
    4. <embed>
    5. None of these
Correct Option: C

<applet> is known as HTML Applet Element. It embeds Java applet into the document. But now a days use of Java applets on Web is deprecated. Most of the browsers no longer support use of plug-ins. <embed> element embeds external content in document. <noembed> is fallback content for browsers. <object> element describes an external resource.



Your comments will be displayed only after manual approval.