My favorites | Sign in
Project Logo
             
Search
for
Updated Apr 03, 2009 by pilgrim
Labels: about-html, is-html-element, from-w3c
AppletElement  
The applet element allows you to embed a Java applet in an HTML document.

You are here: Home > HTML Reference > Elements > applet element

Usage

<applet code="bubbles-followed-us-everywhere.class"
        width="500"
        height="500">
</applet>

The <applet> element is deprecated in HTML 4 (in favor of <object>), but browsers still support it.

Attributes

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
appears in DOM Y Y Y Y Y Y Y Y
applies style Y N N Y Y Y Y Y

Further reading


Sign in to add a comment
Hosted by Google Code