spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

Web Production Manager
Targus
US-CA-Santa Clara

Justtechjobs.com Post A Job | Post A Resume
Developer News
Eclipse Helios Update Brings New PHP Tools
Internet Explorer 9 Ups Standards Support
JBoss Portal 5 Release Easier to Use


HTML 4.01 Element Reference

By Lee Underwood

Return to HTML 4.01 element index page

Name: Applet

<applet> ... </applet>

Description: Embeds a Java applet into an HTML document.

Browser Compatibility: NN: 1.0+ / IE: 2.0+

Attributes:
  • align*
  • alt
  • archive
  • class
  • code*
  • codebase*
  • height*
  • hspace*
  • id
  • name*
  • object*
  • style
  • title
  • vspace*
  • width*

* Deprecated

Code Example:


<applet code="ticker.class"
        align="right"
        archive="ticker.zip"
        height="30" width="250">
</applet>

Comments: Deprecated in favor of <object>.




Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

webref The latest from WebReference.com Browse >
Creating an ASP.NET Registration and Confirmation System · Combine Ajax and JSON to Transmit Complex Presentation Data · Ten Tools Web Developers Can't Live Without
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Identifying and Eliminating the Dreaded Cartesian Product · Small Business Marketing Tips: Accepting Failures · Yahoo, Microsoft Begin AdCenter Shift

Created: March 15, 2005

URL: http://webreference.com/html/reference/specs/