Skip to Content
Web Design in a Nutshell, 3rd Edition
book

Web Design in a Nutshell, 3rd Edition

by Jennifer Robbins
February 2006
Intermediate to advanced
826 pages
63h 42m
English
O'Reilly Media, Inc.
Content preview from Web Design in a Nutshell, 3rd Edition

Name

applet

Synopsis

<applet>...</applet>

Deprecated. This element (first introduced in Netscape Navigator 2.0) is used to place a Java applet on the web page. The applet element has been deprecated in favor of the object element, but it is still supported and commonly used. Some applets require the use of applet. The applet element may contain a number of param elements that provide further instructions or parameters.

Attributes

Core(id, class, style, title)
align="left|right|top|middle|bottom"

Aligns the applet and allows text to wrap around it (same as image alignment).

alt=" text "

Provides alternate text if the applet cannot be displayed.

archive=" URLs "

Provides a space-separated list of URLs with classes to be preloaded.

code=" class "

Required. Specifies the class name of the code to be executed.

codebase=" URL "

URL from which the applet code is retrieved.

height=" number "

Height of the initial applet display area in pixels.

hspace=" number "

Deprecated. Holds number pixels of space clear to the left and right of the applet window.

name=" text "

Deprecated in XHTML 1.0. Names the applet for reference from elsewhere on the page.

object=" text "

This attribute names a resource containing a serialized representation of an applet’s state. Use either code or object in an applet element, but not both.

vspace=" number "

Deprecated. Specifies number of pixels of clear space above and below the applet window.

width=" number "

Required and deprecated (because the element is deprecated) ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Responsive Web Design with HTML5 and CSS3

Beginning Responsive Web Design with HTML5 and CSS3

Jonathan Fielding

Publisher Resources

ISBN: 0596009879Errata Page