49.4k views
2 votes
Applets are important because the can be used to? (extend the capabilities of a web page,process large data files,run other programs on the user's system, convert machine language into HTML)

1 Answer

4 votes

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.

User Shreekant N
by
4.3k points