Answer:
Embed an applet of JAVA into the document.
Step-by-step explanation:
The applet tag in HTML is used to embed the applet of JAVA into the document. The applet tag is not supported by HTML5 you can use <embed> or <object> instead. This feature is obsolete.It is not a good coding practice to use applet element in HTML.
applet has two required attributes that are code and object.