Click to return to the DHTML, HTML     
ADDRESS Element | ADDRESS...     AREA Element | AREA Objec...     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

APPLET Element | APPLET Object


Places executable content on the page.

HTML Syntax

<APPLET
    ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | 
        MIDDLE | RIGHT | TEXTTOP | TOP
    ALT=text
    CLASS=classname
    CODE=filename
    CODEBASE=url
    DATAFLD=colname
    DATASRC=#ID
    HEIGHT=n
    HSPACE=n
    ID=value
    NAME=name
    SRC=url
    STYLE=css1-properties
    TITLE=text
    VSPACE=n
    WIDTH=n
    event = script
>

Remarks

The APPLET element is a block element and requires a closing tag.

To use executable content specified by the APPLET element, a user's computer must have the Microsoft virtual machine installed.

This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

Members

Styles



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.