Text
Character styles specify the appearance or font of some text.
Special Text level Elements
Requires start and end tags.
This element is supported by all Java enabled browsers.
It allows you to embed a Java applet into HTML documents, e.g.
to include an animation.
The contents of the element are used as a fallback
if the applet can't be loaded.
The attributes are: CODE, CODEBASE, NAME,
ALT, ALIGN, WIDTH, HEIGHT, HSPACE and VSPACE.
APPLET uses associated PARAM elements to pass parameters to the applet.
|