About 3,100 results
Open links in new tab
  1. HTML applet tag - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  2. HTML applet Tag - GeeksforGeeks

    Jul 11, 2025 · The applet tag in HTML was used to embed Java applets into any HTML document. The <applet> tag was deprecated in HTML 4.01, and its support has been completely discontinued …

  3. Adding an Applet to an HTML Page - MIT

    To run an applet in a browser or in the JDK Applet Viewer, the applet needs to be added to an HTML page, using the <APPLET> tag. You then specify the URL of the HTML page to your browser or the …

  4. Applets - HTML.com

    The applet element was used to embed interactive scripts written in the programming language Java, which is not to be confused with JavaScript, directly into an HTML document.

  5. HTML - <applet> Tag - Online Tutorials Library

    The HTML <applet> tag is used to embed Java applets, which are small programs written in Java that run within a web browser. This tag is used to add interactive content, such as animations or complex …

  6. HTML <applet> Tag - Computer Hope

    Dec 6, 2024 · When writing in HTML (HyperText Markup Language), the <applet> tag is a block element used to embed a Java applet. It is useful when you want to add more functionality to your web pages.

  7. Utilizing the <applet> HTML Tag (syntax, attributes ...

    Dec 2, 2025 · In summary, the <applet> tag is not compatible with modern browsers, and using it is discouraged due to security risks associated with Java applets. Instead, consider using alternative …

  8. HTML applet Tag - Tutorial Republic

    The <applet> tag embeds a Java applet (mini Java applications) on the page. An applet is a program written in the Java programming language that can be included in an HTML page, much in the same …

  9. HTML applet Tag - Tpoint Tech - Java

    Mar 17, 2025 · Embedding Java applets (small Java programs) inside of HTML had initially been done with the <applet> element. They were interactive long before the modern JavaScript and Web APIs.

  10. HTML <applet> Tag - W3docs

    The HTML <applet> tag was used to add Java applets to an HTML document. An applet is a program written in the Java programming language. Read information about the use of the tag and find …